Skip to content
Prev 165588 / 398506 Next

Simulating dataset using Parallel Latent CTT model?

Nidhi,

As I said in my previous response, if you want 20 items with equal 
factor loadings you can just specify the loading: e.g., for all 
loadings of .6
GenData <- congeneric.sim(N=500, loads = rep(.6,20), short = FALSE)

The error variances will all be equal to 1 - loading^2  where loading 
is the factor loading you specified.

This is R.  If you want to know how a function works,  list the source code.

Bill
At 9:47 AM -0500 12/27/08, Nidhi Kohli wrote: