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.
Arguments
- model
The estimated model, using data simulated from
sim_4_emo()
, and model estimated usingquadVAR()
.- silent
Whether to print out the results.