posterior_interval.optim_fit: Extract posterior intervals for parameters of the model

View source: R/posterior_interval.R

posterior_interval.optim_fitR Documentation

Extract posterior intervals for parameters of the model

Description

Extract posterior intervals for parameters of the model

Usage

## S3 method for class 'optim_fit'
posterior_interval(object, prob = 0.9, pars = c("pi", "theta"), ...)

Arguments

object

A rater optim_fit object

prob

A probability

pars

The parameters to calculate the intervals for

...

Other arguments


rater documentation built on Sept. 12, 2023, 1:13 a.m.