predict.rumr: Predict Method for rumr class.

View source: R/rumr.R

predict.rumrR Documentation

Predict Method for rumr class.

Description

Predict Method for rumr class.

Usage

## S3 method for class 'rumr'
predict(object, predicted, alpha = 0.05, ...)

Arguments

object

a rumr class object

predicted

a numeric vector. Predicted or fitted values from a a regression model

alpha

numeric value. Uncertainty level for the prediction interval. For instance a 95% prediction level is given by alpha = 0.05. Confidence level is defined as 1 - alpha. alpha must be between 0.01 and 0.5.

...

...

Author(s)

David Senhora Navega


dsnavega/rumr documentation built on Sept. 15, 2022, 2:10 a.m.