search for: varqual1

Displaying 1 result from an estimated 1 matches for "varqual1".

2007 Jul 19
1
exclude1 in summary.formula from Hmisc
...r Users, Still having troubles with sharing my results, I'm trying to display a contingency table using summary.formula. Computing works well but I'd like to display information on redundant entries say, males AND females. I wonder if this code is correct : desqualjum <- summary.formula(varqual1$X ~., data = subset( varqual1, select = -X), method = "reverse", overall = T, test = T, exclude1 = FALSE) where varqual1 is the data frame containing the variable "sex". I'm using R 2.5.1 and Hmisc 3.4-2 on a Mac (OSX.4, intel) but I had the same trouble with former ver...