get_stanfit: Get the underlying 'stanfit' object from a 'rater_fit'...

View source: R/rater_fit_class.R

get_stanfitR Documentation

Get the underlying stanfit object from a rater_fit object.

Description

Get the underlying stanfit object from a rater_fit object.

Usage

get_stanfit(fit)

Arguments

fit

A rater_fit object.

Value

A stanfit object from rstan.

Examples



fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)

stan_fit <- get_stanfit(fit)
stan_fit




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