Skip to contents

A function for fitting logisti growth model

Usage

FGCM(geno, nt = NULL, n_iter = NULL, multi.threads = FALSE)

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.

Value

Estimation of parameters.

Examples

data(geno)
if (FALSE) FGCM(geno)