I have been trying to create bivariate tables on R using the summary(univariateTable function. I have been trying
write.csv(
summary(univariateTable(subgroup1+subgroup2~
variable + variable
Which should mean stratification along the two subgroups of all variables.. But I keep getting an error: non numeric argument to binary operator. Is there a way to fix this?