prepDF: prepDF: Prepares dataframe for use or prediction

Description Usage Arguments Details Value Examples

Description

prepDF Prepares dataframe for use or prediction

Usage

1
prepDF(data, covars)

Arguments

data

Dataframe of potential covariates to model or predict daily stream temperature

form

Named list of formulae each created with the formula function. Names must be data.fixed, data.random.sites, and data.random.years.

Details

blah, blah, blah

Value

List of named data frames each created using model.matrix and the input formulae

Examples

1
2
3
4
## Not run: 
data.list <- prepDF(data = tempDataSyncS, cov.list = cov.list)

## End(Not run)

Conte-Ecology/conteStreamTemperature documentation built on Oct. 12, 2021, 10:26 p.m.