View source: R/simer.Parameter.r
param.global | R Documentation |
Generate parameters for global options.
param.global(SP = NULL, ...)
SP |
a list of all simulation parameters. |
... |
one or more parameter(s) for global options. |
Build date: Apr 16, 2022 Last update: Jul 4, 2022
the function returns a list containing
the replication times of simulation.
simulation random seed.
the prefix of output files.
the path of output files, Simer writes files only if outpath is not "NULL".
"numeric" or "plink", the data format of output files.
the generations of simulated population.
the output generations of genotype data.
the output generations of phenotype data.
whether to use all genotype data to simulate phenotype.
the ratio of missing values in genotype data.
the ratio of missing values in phenotype data.
the number of threads used, if NULL, (logical core number - 1) is automatically used.
whether to print detail.
Dong Yin
SP <- param.global(out = "simer")
str(SP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.