simple.multvar.reg {rqt}R 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.


[Package rqt version 1.10.0 Index]