repYpost {geoCount} | R Documentation |
This function generates replicated data sets based on posterior samples of latent variables.
repYpost(res.m, L, Y.family="Poisson")
res.m |
a list with elements containing the posterior samples of latent variables and parameters for observed locations |
L |
a vector of length n; it indicates the time duration during which the Poisson counts are accumulated, or the total number of trials for Binomial response |
Y.family |
take the value of |
A matrix of replicated data sets.
Liang Jing ljing918@gmail.com
## Not run: Yrep.post <- repYpost(res.m, L) ## End(Not run)