predict.rumr | R Documentation |
Predict Method for rumr class.
## S3 method for class 'rumr' predict(object, predicted, alpha = 0.05, ...)
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. |
... |
... |
David Senhora Navega
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.