randomTerms: Extract estimates of random effect terms

randomTermsR Documentation

Extract estimates of random effect terms

Description

Extract estimates and summary statistics of random effect terms from an unmarkedFit model or an unmarkedEstimate.

Usage

## S4 method for signature 'unmarkedEstimate'
randomTerms(object, level=0.95, ...)
## S4 method for signature 'unmarkedFit'
randomTerms(object, type, level=0.95, ...)

Arguments

object

An object inheriting class unmarkedEstimate or unmarkedFit

level

Significance level to use for confidence interval

type

If provided, return only random effect terms from the chosen submodel type (as a character string)

...

Other arguments

Value

data.frame containing estimates, SEs, and confidence intervals for random effect terms in the model.

Author(s)

Ken Kellner contact@kenkellner.com


rbchan/unmarked documentation built on April 3, 2024, 10:11 p.m.