Skip to content
Prev 166692 / 398503 Next

Extraction from an output

Hello,
Would you tell my how to extract a result from a test - it's justified because I need to run this test many times. Here is an  example from authors' test:
Asymptotic General Independence Test

data:  tumor by dose 
chi-squared = 10.6381, df = 1, p-value = 0.001108


How to use ca.test and extract p-value and chi-squared.

Robert