Description Usage Arguments Value Examples
Multi-trait Multi-Environment
1 2 3 |
data |
data |
ETA |
eta |
nIter |
number of iterations |
burnIn |
number of burning |
thin |
number of thinning |
CrossValidation |
cv object |
set_seed |
seed for a reproducible research |
digits |
number of digits of accuracy in the results |
... |
for BFR function |
Something cool
1 2 | ETA=list(Env=list(X=Z.E,model="BRR"),Gen = list(X = Z.G, model = 'BRR'), EnvGen=list(X=Z.EG,model="BRR"))
CrossValidation <- BMTME::CV.RandomPart(pheno, NPartitions = 10, PTesting = 0.2, set_seed = 123)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.