Learn R Programming

geoCount (version 1.150120)

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

Value

A matrix of replicated data sets.

See Also

repYeb

Examples

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

Run the code above in your browser using DataLab