prep_dat_glm: Prep BBS data for GLM modeling. Create dataframe with Count,...

View source: R/glm_model.R

prep_dat_glmR Documentation

Prep BBS data for GLM modeling. Create dataframe with Count, Year, Year squared, Quarter, and N_Stations for passing to model_birds_glm.

Description

Prep BBS data for GLM modeling. Create dataframe with Count, Year, Year squared, Quarter, and N_Stations for passing to model_birds_glm.

Usage

prep_dat_glm(bbs_dat)

Arguments

bbs_dat

Dataframe with BBS data.

Value

Dataframe with columns suitable for BrBS' default glm modeling.


BibelnieksDFW/BrBS documentation built on April 20, 2022, 12:54 a.m.