.check_df_moderator_estimates | R Documentation |
NA
(Internal) Replace standard errors for moderator effect estimates with
insufficient degrees of freedom with NA
.check_df_moderator_estimates(
vmat,
model,
cluster_cols,
model_data = quote(data),
envir = environment(formula(model))
)
vmat |
output of |
model |
a fitted |
cluster_cols |
a character vector indicating the column(s) defining cluster ID's |
model_data |
dataframe or name of dataframe used to fit |
envir |
environment to get |
A variance-covariance matrix with NA's for estimates lacking sufficient degrees of freedom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.