formula
Formula to be used in analysis. It should be a character string
following standard notation. On the left-had side, there should be outcome.
On the right-hand side, covariates are liste, with "+" separating the
covariates (additive action). The left- and right-hand sides are separated by "~".
You should put CRSNP argument in the formula.
For example "qt3~CRSNP" would analyse asociation between SNPs and trait "qt3",
without any adjustment. To adjust for age and sex, use "qt3~age+sex+CRSNP".
Currently, only additive effects ("+") are allowed.
snpsubset
Index, character or logical vector with subset of SNPs to run analysis on.
If missing, all SNPs from data
are used for analysis.
idsubset
Index, character or logical vector with subset of IDs to run analysis on.
If missing, all people from data/cc
are used for analysis.