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