Learn R Programming

rater (version 1.3.2)

get_stanfit: 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)

Value

A stanfit object from rstan.

Arguments

fit

A rater_fit object.

Examples

Run this code

# \donttest{
fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)

stan_fit <- get_stanfit(fit)
stan_fit

# }

Run the code above in your browser using DataLab