Generates \(n\) random samples from a \(G\)-Latent Variable Model. The
caller can specify the graph structure on the latent variables via
several parameters. The magnitude of the non-zero entries in the population
precision matrix can also be specified. Observed variables are assigned
uniformly at random to \(K\) groups with minimum size \(m\).
# NOT RUN {dat <- gforce.generator(5,20,20,3)
dat <- gforce.generator(10,100,100,3,graph='hub',num_hubs=2)
dat <- gforce.generator(10,100,100,3,graph='band',band_size=3)
# }