View source: R/tables_of_coefficients.R
tab_covariate_coefs | R Documentation |
This pulls out a table of the coefficients of the covariates only in the model. Confidence intervals are calculated using 'confint'. The function may fail for logistic regression if the MASS package is not installed.
tab_covariate_coefs( model = NULL, scale_type = "lp", level = 0.95, comp_labels, part_1 = NULL )
model |
Model for which extracting coefficients. |
scale_type |
Can take value "lp" (linear predictors) or "exp" (exponentiated- relevant for interpretation of logistic and Cox models). |
level |
The level argument of the confidence intervals. Passed directly to 'stats::confint'. |
comp_labels |
The labels of the compositional columns. |
part_1 |
Used with ilr-pivot coordinate transformation to specify which should be first part. Passed to |
Table of covariates and their associated coefficients (parameter value with lower and upper confidence interval). Note that, unlike the plotting and some other default model summary functions in R, this uses confidence intervals based on stats::confint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.