Displaying 1 result from an estimated 1 matches for "methdcorr".
2010 Aug 11
1
sem & psych
...# number of replications in each experimental
cell
traitLoads <- c(0.3, 0.5, 0.7) # loads of observed variables on trait
factors
traitCorrs <- c(0.0, 0.4, 0.7) # correlations between traits
methodLoads <- c(0.2, 0.3, 0.4) # loads of observed variables on method
factors
methdCorrs <- c(0.0, 0.2, 0.4) # correlations between methods
SampleSize <- 500 # Sample size
myMaxIter <- 500 # Maximal number of interactions in
every model estimation
nCond <- length(traitLoads)* length(traitCorrs)* length(methodLoads)*
length(methdCo...