create VSS like data
sim.VSS(ncases=1000, nvariables=16, nfactors=4, meanloading=.5,dichot=FALSE,cut=0)
ncases |
number of simulated subjects |
nvariables |
Number of variables |
nfactors |
Number of factors to generate |
meanloading |
with a mean loading |
dichot |
dichot=FALSE give continuous variables, dichot=TRUE gives dichotomous variables |
cut |
if dichotomous = TRUE, then items with values > cut are assigned 1, otherwise 0. |
a ncases x nvariables matrix
William Revelle
## Not run: simulated <- sim.VSS(1000,20,4,.6) vss <- VSS(simulated,rotate="varimax") VSS.plot(vss) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.