compare_4_emo {quadVAR} | R Documentation |
Compare estimated model with true model for 4-emotion model
Description
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.
Usage
compare_4_emo(model, silent = FALSE)
Arguments
model |
The estimated model, using data simulated from |
silent |
Whether to print out the results. |
Value
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
.
[Package quadVAR version 0.1.2 Index]