predictTemp: predictTemp: Predict conditional daily temperatures for...

Description Usage Arguments Details Value Examples

Description

predictTemp Predict daily stream temperatures

Usage

1
predictTemp(data, coef.list, cov.list, rand_ids, Random_AR1 = FALSE)

Arguments

data

Data frame of covariates for prediction

coef.list

List of coefficient values estimated from the model

cov.list

List of covariates used in the model

data.fit

Data frame used for fitting (calibrating) the JAGS model

featureid_site

dataframe with featureid and sites linked

validate

Logical if TRUE then the trend is used for the predictions and not adjusted for autocorrelation in the error. Defaults to FALSE

Details

The predictions are all conditional on site, HUC8, and year when the data is available and predicts the mean values when any component was not used in the fitting (not in the calibration dataset)

Value

Numeric vector of predicted daily stream temperatures

Examples

1
2
3
4
## Not run: 
Predictions <- predictTemp(data = tempDataSyncValidS, data.fit = tempDataSyncS, cov.list = cov.list, coef.list = coef.list, featureid_site = featureid_site))

## End(Not run)

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