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

View source: R/preprocess.R

simple.multvar.regR Documentation

Applies linear of logistic regregression to the data.

Description

Applies linear of logistic regregression to the data.

Usage

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 Aug. 2, 2024, 1:39 p.m.