dalmatian (version 0.3.0)

ranef.dalmatian: Random Effects (dalmatian)

Description

Compute posterior summary statistics for the individual random effects in each part of the model.

Usage

# S3 method for dalmatian
ranef(object, nstart = start(object$coda),
  nend = end(object$coda), nthin = thin(object$coda), ...)

Arguments

object

Object of class dalmatian created by dalmatian().

nstart

Start point for computing summary statistics (relative to true start of chain).

nend

End point for computing summary statistics (relative to true start of chain).

nthin

Thinning factor for computing summary statsitics (relative to full chain and not previously thinned output).

...

Ignored

Value

output (list)

Examples

Run this code
# NOT RUN {
## Load output from previously run model
load(system.file("Pied_Flycatchers_1","pfresults.RData",package="dalmatian"))

## Compute numerical summaries
ranef(pfresults)

# }

Run the code above in your browser using DataLab