Closed albertostefanelli closed 4 years ago
is there a simple way to omit specific covariates (ie. controls variables) from the table?
The [] operator works with tables created by mtable(). E.g. mt123[-c(3:4),] will show all variables except the third and fourth.
[]
mtable()
mt123[-c(3:4),]
is there a simple way to omit specific covariates (ie. controls variables) from the table?