repYpost {geoCount}R Documentation

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

Value

A matrix of replicated data sets.

Author(s)

Liang Jing ljing918@gmail.com

See Also

repYeb

Examples

## Not run: 
Yrep.post <- repYpost(res.m, L) 
## End(Not run)

[Package geoCount version 1.150120 Index]