glmIter: Perform glm iteratively through a number of independent...

Description Usage Arguments Value Author(s)

Description

Perform glm iteratively through a number of independent variables with fixed dependent variables and covariates.

Usage

1
glmIter(dat, y, xs = NULL, covars = character(), ...)

Arguments

dat

data.frame

y

character. Name of dependent variable columns.

xs

character. Names of independent variable columns.

covars

character. Names of covriate columns.

...

passed to glm.

Value

matrix of coefficients

Author(s)

Kaiyin Zhong, Fan Liu


CollapsABEL documentation built on May 1, 2019, 7:28 p.m.