predict.waasb | R Documentation |
Obtains predictions from an object fitted with waasb()
.
## S3 method for class 'waasb' predict(object, ...)
object |
An object of class |
... |
Currently not used |
A tibble with the predicted values for each variable in the model
Tiago Olivoto tiagoolivoto@gmail.com
library(metan) model <- waasb(data_ge, env = ENV, gen = GEN, rep = REP, resp = c(GY, HM)) predict(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.