View source: R/prediction_interval.R
prediction_interval.glm | R Documentation |
Prediction thresholds
## S3 method for class 'glm'
prediction_interval(
object,
newdata,
alpha = 0.05,
z = NULL,
skewness_transform = "none",
...
)
object |
Object |
newdata |
New data |
alpha |
Two-sided alpha (e.g 0.05) |
z |
Similar to |
skewness_transform |
"none", "1/2", "2/3" |
... |
dots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.