SSDFGS {TSDFGS} | R Documentation |
This function is designed to generate an operating curve for sample size determination
SSDFGS(geno, nt = NULL, n_iter = NULL, multi.threads = TRUE)
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. |
An operating curve and its information.
Jen-Hsiang Ou & Po-Ya Wu
data(geno)
## Not run: SSDFGS(geno)