simEGM | R Documentation |
EGM
)Function to simulate data based on EGM
simEGM(
communities,
variables,
loadings,
cross.loadings = 0.01,
correlations,
sample.size,
p.in = 0.95,
p.out = 0.8,
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. Uses the same magnitude as factors loadings 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 Uses |
sample.size |
Numeric (length = 1). Number of observations to generate |
p.in |
Numeric (length = 1).
Sets the probability of retaining an edge within communities.
Single values are applied to all communities.
Defaults to |
p.out |
Numeric (length = 1 or |
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.