Description Usage Arguments See Also Examples
This function creates a new StructureOpts
object.
1 2 3 4 | StructureOpts(NUMRUNS = 2, MAXPOPS = 2, BURNIN = 10000, NUMREPS = 20000,
NOADMIX = FALSE, ADMBURNIN = 500, FREQSCORR = TRUE,
SEED = sample.int(1e+05, NUMRUNS), UPDATEFREQ = max(floor(BURNIN +
NUMREPS)/1000, 1))
|
NUMRUNS |
|
MAXPOPS |
|
BURNIN |
|
NUMREPS |
|
NOADMIX |
|
ADMBURNIN |
|
FREQSCORR |
|
SEED |
|
UPDATEFREQ |
|
1 2 3 | StructureOpts(NUMRUNS=2, MAXPOPS=2, BURNIN=10000,
NUMREPS=20000, NOADMIX=FALSE, ADMBURNIN=500,
FREQSCORR=TRUE, SEED=1:2, UPDATEFREQ=100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.