predint | R Documentation |
predint
computes a prediction interval of Normal data.
predint(datavector, alpha = 0.05)
datavector |
A numeric value, vector or list. |
alpha |
the significance level required |
This function computes a prediction interval of a vector, which is assumed normally distributed with unknown mean and variance.
a vector of two values A vector with values giving lower and upper prediction limits for each parameter.
Felipe Figueiredo
x <- rnorm(30) predint(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.