SSDFGS {TSDFGS} | R Documentation |
Sample size determination for genomic selection
Description
This function is designed to generate an operating curve for sample size determination
Usage
SSDFGS(geno, nt = NULL, n_iter = NULL, multi.threads = TRUE)
Arguments
geno |
A numeric data frame carried genotype information (column: PCs, row: sample) |
nt |
A numeric vector carried training set sizes for r-score simulation. |
n_iter |
Number of iterations for estimating parameters. |
multi.threads |
Default (multi.threads = TRUE) use 75% of threads if the computer has more than 4 threads. |
Value
An operating curve and its information.
Author(s)
Jen-Hsiang Ou & Po-Ya Wu
Examples
data(geno)
## Not run: SSDFGS(geno)
[Package TSDFGS version 2.0 Index]