Fit logistic growth curve model
FGCM.Rd
A function for fitting logisti growth model
Arguments
- geno
Genotype information saved as a dataframe. Columns represent variants (SNPs or PCs).
- nt
A numerical vector of training set sample size for estimating logistic growth curve parameters
- n_iter
Number of simulation of each training set size. Automatically gave a suitable number by default.
- multi.threads
Default: FALSE. Multi-thread function is only avalyble for mac or linux systems.
Examples
data(geno)
if (FALSE) FGCM(geno)