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