summary.estpk: Summary statistics for estimated p and p parameters

View source: R/fun_SE.R

summary.estpkR 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


eoa3 documentation built on April 3, 2025, 6:10 p.m.

Related to summary.estpk in eoa3...