View source: R/simer.Parameter.r
param.sel | R Documentation |
Generate parameters for selection.
param.sel(SP = NULL, ...)
SP |
a list of all simulation parameters. |
... |
one or more parameter(s) for selection. |
Build date: Apr 6, 2022 Last update: Jul 4, 2022
the function returns a list containing
the selected males and females.
if ps <= 1, fraction selected in selection of males and females; if ps > 1, ps is number of selected males and females.
whether the sort order is decreasing.
the selection criteria, it can be "TBV", "TGV", and "pheno".
the single-trait selection method, it can be "ind", "fam", "infam", and "comb".
the multiple-trait selection method, it can be "index", "indcul", and "tmd".
the weight of each trait for multiple-trait selection.
the index of tandem selection for multiple-trait selection.
the percentage of goal more than the mean of scores of individuals.
the percentage of expected excellent individuals.
Dong Yin
SP <- param.sel(sel.single = "ind")
str(SP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.