launch_shinystan-idealstan-method: Function to Launch Shinystan with an 'idealstan' Object

launch_shinystan,idealstan-methodR Documentation

Function to Launch Shinystan with an idealstan Object

Description

This wrapper will pull the rstan samples out of a fitted idealstan model and then launch launch_shinystan. This function is useful for examining convergence statistics of the underlying MCMC sampling.

Usage

## S4 method for signature 'idealstan'
launch_shinystan(
  object,
  pars = c("L_full", "sigma_reg_full", "sigma_abs_free", "A_int_free", "B_int_free",
    "steps_votes", "steps_votes_grm"),
  ...
)

Arguments

object

A fitted idealstan object

pars

A character vector of parameters to select from the underlying rstan model object

...

Other parameters passed on to shinystan

See Also

shinystan


saudiwin/idealstan documentation built on Sept. 2, 2023, 1:29 a.m.