simple.multvar.reg: Applies linear of logistic regregression to the data.

Description Usage Arguments Value

View source: R/preprocess.R

Description

Applies linear of logistic regregression to the data.

Usage

1
simple.multvar.reg(null.model, Z, verbose = FALSE)

Arguments

null.model

A fitted null model

Z

A genotype matrix

verbose

Indicates verbosing output. Default: FALSE.

Value

A list of two: "S" - a dataframe with predictors and "fit" - an object returned by "glm" function.


izhbannikov/rqt documentation built on May 18, 2019, 7:14 a.m.