mdl_tbl | R Documentation |
The model_table()
or mdl_tbl()
function creates a mdl_tbl
object that
is composed of either fmls
objects or mdl
objects, which are
thin/informative wrappers for generic formulas and hypothesis-based models.
The mdl_tbl
is a data frame of model information, such as model fit,
parameter estimates, and summary statistics about a model, or a formula if it
has not yet been fit.
mdl_tbl(..., data = NULL)
model_table(..., data = NULL)
is_model_table(x)
... |
Named or unnamed |
data |
A |
x |
A |
The table itself allows for ease of organization of model information and has three additional, major components (stored as scalar attributes).
A formula matrix that describes the terms used in each model, and how they are combined.
A term table that describes the terms and their properties and/or labels.
A list of datasets used for the analyses that can help support additional diagnostic testing.
We go into further detail in the sections below.
A mdl_tbl
object, which is essentially a data.frame
with
additional information on the relevant data, terms, and formulas used to
generate the models.
NA
NA
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.