Returns a table of model coefficients in rows and models in columns.
coeftab( ... , se=FALSE , se.inside=FALSE , nobs=TRUE , digits=2 , width=7 , rotate=FALSE )
A series of fit models, separated by commas
Include standard errors in table?
Print standard errors in same cell as estimates
Print number of observations for each model?
Number of digits to round numbers to
If TRUE, rows are models and columns are coefficients
This function provides a way to compare estimates across models.