glm_model: Takes the plots data.table and runs a GLM model.

Description Usage Arguments Value Examples

Description

Takes the plots data.table and runs a GLM model.

Usage

1
glm_model(inputs, formula)

Arguments

inputs

A data.table object.

formula

A string of dependent and independant variables

Value

A glm model object.

Examples

1
glm_model(input_model, input_formula)

rjBadger/niche.modelR documentation built on May 5, 2019, 12:31 a.m.