# Load post_Obj, the result of profileGLMM_postProcess()
data("examp")
post_Obj = examp$post_Obj
# Load dataProfile, the result of profileGLMM_preProcess()
dataProfile = examp$dataProfile
pred_Obj = profileGLMM_predict(post_Obj,
dataProfile$d$XFE,
dataProfile$d$XLat,
dataProfile$d$UCont,
dataProfile$d$UCat)
Run the code above in your browser using DataLab