summary.estpk {eoa3}R Documentation

Summary statistics for estimated p and p parameters

Description

Summary statistics for estimated p and p parameters

Usage

## S3 method for class 'estpk'
summary(object, crlev = 0.95, n.iter = 10000, ...)

Arguments

object

An estpk object

crlev

Credibility level of estimated CI to be returned

n.iter

Number of iterations of the JAGS model for estimating the joint posterior distribution of p and k (relevant only if object$type == "pk").

...

additional (optional) arguments passed to rjags::coda.samples

Value

array of summary statistics for p and k


[Package eoa3 version 1.0.0.1 Index]