simer: Simer

View source: R/simer.r

simerR 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: Feb 18, 2025

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)


simer documentation built on April 3, 2025, 9:24 p.m.