View source: R/oldsimEGM.R View source: R/simEGM.R
simEGM | R Documentation |
EGM
)Function to simulate data based on EGM
simEGM(
communities,
variables,
loadings,
cross.loadings = 0.02,
correlations,
sample.size,
max.iterations = 1000
)
communities |
Numeric (length = 1). Number of communities to generate |
variables |
Numeric vector (length = 1 or |
loadings |
Numeric (length = 1). Magnitude of the assigned network loadings. For reference, small (0.20), moderate (0.35), and large (0.50) Uses |
cross.loadings |
Numeric (length = 1).
Standard deviation of a normal distribution with a mean of zero ( |
correlations |
Numeric (length = 1). Magnitude of the community correlations |
sample.size |
Numeric (length = 1). Number of observations to generate |
max.iterations |
Numeric (length = 1).
Number of iterations to attempt to get convergence before erroring out.
Defaults to |
Hudson F. Golino <hfg9s at virginia.edu> and Alexander P. Christensen <alexpaulchristensen@gmail.com>
simulated <- simEGM(
communities = 2, variables = 6,
loadings = 0.55, # use standard factor loading sizes
correlations = 0.30,
sample.size = 1000
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.