View source: R/predict.mcemGLMM.R
predict.mcemGLMM | R Documentation |
This functions returns predicted link function of observations for a model fitted with mcemGLMM
.
## S3 method for class 'mcemGLMM'
predict(object, newdata, type = c("link", "response"), se.fit = FALSE, ...)
object |
a model fitted with the mcemGLMM function. |
newdata |
optional data frame with new data. The variable names must match the original variables. If missing, the function will return predicted values at each observation. |
type |
character string. The type of predictions to be returned. Either "link" or "response" predictions are available. |
se.fit |
logical. If true, standard errors will be returned. |
... |
additional arguments. |
A vector with the predictions from the observed data or by using the supplied new data.
Felipe Acosta Archila <acosta@umn.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.