coeftab | R Documentation |
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 |
se |
Include standard errors in table? |
se.inside |
Print standard errors in same cell as estimates |
nobs |
Print number of observations for each model? |
digits |
Number of digits to round numbers to |
rotate |
If TRUE, rows are models and columns are coefficients |
This function provides a way to compare estimates across models.
Richard McElreath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.