compare_4_emo | R Documentation |
This function compares the estimated model with the true model for the 4-emotion model. It prints out the estimated coefficients and the true coefficients for the main effects and interaction effects.
compare_4_emo(model, silent = FALSE)
model |
The estimated model, using data simulated from |
silent |
Whether to print out the results. |
Silently return data frame with the estimated coefficients and the true coefficients for the main effects and interaction effects, while printing out the results rounded to two digits if silent = FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.