simer {simer} | R Documentation |
Simer
Description
Main function of Simer.
Usage
simer(SP)
Arguments
SP |
a list of all simulation parameters. |
Details
Build date: Jan 7, 2019 Last update: Apr 29, 2022
Value
the function returns a list containing
- $global
a list of global parameters.
- $map
a list of marker information parameters.
- $geno
a list of genotype simulation parameters.
- $pheno
a list of phenotype simulation parameters.
- $sel
a list of selection parameters.
- $reprod
a list of reproduction parameters.
Author(s)
Dong Yin, Lilin Yin, Haohao Zhang, and Xiaolei Liu
Examples
# Generate all simulation parameters
SP <- param.simer(out = "simer")
# Run Simer
SP <- simer(SP)
[Package simer version 0.9.0.4 Index]