graf
objects.
graf
objects, either for the data used for fitting or for a different dataset.
"predict"(object, newdata = NULL, type = c("response", "latent"), CI = 0.95,
maxn = NULL, ...)
graf
object.
NULL
a prediction for the covariates used to fit the model is returned.
"response"
(default) gives predictions on the probability scale and "latent"
gives predictions on the scale of the latent Gaussian.
NULL
.
If type = 'latent'
setting CI = 'std'
returns the mean and standard deviation of the latent field.
predict.graf
splits the dataset for prediction into batches with maximum number of records maxn
. This can be adjusted by the user to optimise computational efficiency on different machines. If maxn = NULL
maxn is set at approximately one tenth the number rows used to fit the model.
graf