melff / memisc

Tools for Managing Survey Data, Creating Tables of Estimates and Data Summaries
https://melff.github.io/memisc
45 stars 8 forks source link

omit specific covariates in mtable [question] #40

Closed albertostefanelli closed 4 years ago

albertostefanelli commented 5 years ago

is there a simple way to omit specific covariates (ie. controls variables) from the table?

melff commented 4 years ago

The [] operator works with tables created by mtable(). E.g. mt123[-c(3:4),] will show all variables except the third and fourth.