powered by
Obtains predictions from an object fitted with waasb().
waasb()
# S3 method for waasb predict(object, ...)
A tibble with the predicted values for each variable in the model
An object of class waasb
waasb
Currently not used
Tiago Olivoto tiagoolivoto@gmail.com
# \donttest{ library(metan) model <- waasb(data_ge, env = ENV, gen = GEN, rep = REP, resp = c(GY, HM)) predict(model) # }
Run the code above in your browser using DataLab