View source: R/extract_model_info_func.R
extract_model_info_func | R Documentation |
Get information from a model object. This function is a wraper from the broom package to glance, tidy and augment the model object. Extract and display also different disgnostic tools for model: eg. LogLik, AIC, BIC.
extract_model_info_func(ns_df)
ns_df |
A nested dataframe containing a column with a model object named |
A nested dataframe with additional columns containing model information.
# example is missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.