Skip to contents

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 sim_4_emo(), and model estimated using quadVAR().

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.