fit_glm: Fit a Generalized Linear Model

Description Usage Arguments Value Examples

View source: R/fit_glm.R

Description

Fit a Generalized Linear Model

Usage

1
fit_glm(.data, parameter)

Arguments

.data

tibble/data.frame: matrix of response and covariates.

parameter

list: Combination of parameter to estimate the model.

Value

data-frame

Examples

1
2
3
4
## Not run: 
get_glm()

## End(Not run)

opoyc/autoforecast documentation built on May 18, 2021, 1:29 a.m.