powered by
predict method class “smoothic”
predict
smoothic
# S3 method for smoothic predict(object, newdata, ...)
a matrix containing the predicted values for the location mu and scale s
an object of class “smoothic” which is the result of a call to smoothic.
new data object
further arguments passed to or from other methods.
Meadhbh O'Neill
# Sniffer Data -------------------- # MPR Model ---- results <- smoothic( formula = y ~ ., data = sniffer, family = "normal", model = "mpr" ) predict(results)
Run the code above in your browser using DataLab