View source: R/MIX.output_helper.R
getMIX.output | R Documentation |
This function computes and returns a data frame containing point estimates and standard errors for the parameters of a mixture model.
getMIX.output(
model,
nClass,
sub_Model,
cluster_TIC,
y_var,
curveFun,
x_type,
records,
growth_TIC,
y_model,
decompose,
names
)
model |
An object representing a fitted mixture model. |
nClass |
An integer specifying the number of latent classes for the mixture model. It takes the value passed from |
sub_Model |
A string that specifies the sub-model for latent classes. Supported sub-models include |
cluster_TIC |
A string or character vector representing the column name(s) for time-invariant covariate(s) indicating cluster
formations. It takes the value passed from |
y_var |
A string defining the prefix of the column names corresponding to the outcome variable for each study wave. This is applicable
when |
curveFun |
A string specifying the functional form of the growth curve. Supported options for |
x_type |
A string indicating the type of predictor variable used in the model. Supported values are |
records |
A numeric vector denoting the indices of the observed study waves. This applies when |
growth_TIC |
A string or character vector of column names of time-invariant covariate(s) accounting for the variability
of growth factors if any. It takes the value passed from |
y_model |
A string that specifies how to fit longitudinal outcomes. Supported values are |
decompose |
An integer specifying the decomposition option for temporal states. Supported values include |
names |
A character vector specifying parameter names. It takes the value passed from |
A dataframe containing point estimates and standard errors for the parameters of interest for a mixture model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.