otGlm: Fitting Generalized Linear Models for otmR

Description Usage Arguments

View source: R/otGlm.R

Description

otGlm is used to fit generalized linear models. otGlm returns a data.frame including simple results of stats::glm().

Usage

1
otGlm(data, model = NULL, is.residual = FALSE)

Arguments

data

a data.frame object including both a dependent variables and independent variables.

model

an object of class "formula": a symbolic description of the model to be fitted.

is.residual

a logical value indicating whether return object have residual information or not.


momoldo/otmR documentation built on March 27, 2021, 3 a.m.