View source: R/smoothic_functions.R
predict.smoothic | R Documentation |
predict
method class “smoothic
”
## S3 method for class 'smoothic'
predict(object, newdata, ...)
object |
an object of class “ |
newdata |
new data object |
... |
further arguments passed to or from other methods. |
a matrix containing the predicted values for the location mu and scale s
Meadhbh O'Neill
# Sniffer Data --------------------
# MPR Model ----
results <- smoothic(
formula = y ~ .,
data = sniffer,
family = "normal",
model = "mpr"
)
predict(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.