Learn R Programming

parameters (version 0.8.5)

model_parameters: Model Parameters

Description

Compute and extract model parameters. See the documentation for your object's class:

Usage

model_parameters(model, ...)

parameters(model, ...)

Arguments

model

Statistical Model.

...

Arguments passed to or from other methods. Non-documented arguments are digits, p_digits and ci_digits to set the number of digits for the output. See 'Examples' in model_parameters.default.

Value

A data frame of indices related to the model's parameters.

Details

Standardization is based on standardize_parameters(). In case of standardize = "refit", the data used to fit the model will be standardized and the model is completely refitted. In such cases, standard errors and confidence intervals refer to the standardized coefficient.

See Also

standardize_names() to rename columns into a consistent, standardized naming scheme.