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