repYpost: Generate Replicated Data with Posterior Samples of Latent Variables
Description
This function generates replicated data sets based on posterior samples of latent variables.
Usage
repYpost(res.m, L, Y.family="Poisson")
Arguments
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 "Poisson" or "Binomial" which indicates Poisson or Binomial distribution for response variables