Skip to content
Prev 246668 / 398506 Next

Hmisc, summary.formula and catTest

Is it at all possible to specify this so that different tests display different parameters,

ie have the continous test display F, df and p while tes categorical test display only P values?

sf1 <- summary(trt~sex+ascites+age,data=ex,test=T,method="reverse",catTest=u)

print(sf1, prtest = "P")

//M
On 6. jan. 2011, at 23.24, Erik Iverson wrote: