get_gof | R Documentation |
A unified approach to extract results from a wide variety of models. For
some models get_gof
attaches useful attributes to the output. You
can access this information by calling the attributes
function:
attributes(get_estimates(model))
get_gof(model, gof_function = NULL, vcov_type = NULL, ...)
model |
a single model object |
gof_function |
function which accepts a model object in the |
vcov_type |
string vcov type to add at the bottom of the table |
... |
all other arguments are passed through to three functions. See the documentation of these functions for lists of available arguments.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.