Learn R Programming

modelsummary (version 1.0.2)

get_gof: Extract model gof A mostly internal function with some potential uses outside.

Description

Extract model gof A mostly internal function with some potential uses outside.

Usage

get_gof(model, vcov_type = NULL, ...)

Arguments

model

a single model object

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.

  • parameters::model_parameters extracts parameter estimates.

  • performance::model_performance extracts goodness-of-fit statistics.

  • kableExtra::kbl or gt::gt draw tables, depending on the value of the output argument.