Exercise

Check Model Variance

In order to evaluate your three-factor model of the epi, you can examine the variance of the manifest variables to check for potential problems with the model. Very large variances can indicate potential issues; however, this value should be compared to the original scale of the data.

Use the var() function on V1 to compare the variance of the original manifest variable to the estimated variance in your summary output. The libraries, model, and datasets have been loaded for you.

Instructions

100 XP
  • Use var() on V1 to calculate the variance of the original manifest variable in the epi dataset.
  • Compare this value to the V1 variance estimate of the model.