View source: R/get_estimates.R
get_estimates | R Documentation |
A unified approach to extract results from a wide variety of models.
get_estimates(
model,
conf_level = 0.95,
vcov = NULL,
shape = NULL,
coef_rename = FALSE,
...
)
model |
a single model object |
conf_level |
numeric value between 0 and 1. confidence level to use for
confidence intervals. Setting this argument to |
vcov |
robust standard errors and other manual statistics. The
|
shape |
|
coef_rename |
logical, named or unnamed character vector, or function
|
... |
all other arguments are passed through to three functions. See the documentation of these functions for lists of available arguments.
|
A dataframe with model estimates.
The backend
attribute of the returned object contains the backend that was used to extract parameters from the model.
Moreover, for some models, get_estimates
attaches useful attributes to the output.
You can access this information by calling the attributes
function: attributes(get_estimates(model))
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.