Displaying 1 result from an estimated 1 matches for "debug_chisq_080613b".
2008 Jun 13
0
Help with stat.table in Epi package,
R Fans--
I am having problems with the following code.  It worked under R 2.6.0 but not in 2.7.0.
> library(Epi)
> df <- read.table( "c:/Documents and Settings/Troy S/My Documents/debug_chisq_080613b.txt")
> summary(df)
      cvd             agecat 
 Min.   :0.0000   (0,40] :1  
 1st Qu.:0.0000   (40,60]:2  
 Median :0.0000              
 Mean   :0.3333              
 3rd Qu.:0.5000              
 Max.   :1.0000              
> fa <- as.factor(df$cvd)
> fb <- as.factor(df$ag...