predict.senSlope: Predict Values.

View source: R/predict.senSlope.R

predict.senSlopeR Documentation

Predict Values.

Description

Predicts new values from Sen slope (senSlope) model fit.

Usage

## S3 method for class 'senSlope'
predict(object, newdata, ...)

Arguments

object

an object of class "senSlope" on which to base the predicted values.

newdata

an optional data.frame in which to look for variables with which to predict. If omitted, then the fitted values are used.

...

not used, required for method function.

Value

A vector of predictions matching newdata or the model data.

See Also

senSlope


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.