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

Description Usage Arguments See Also

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

1
2
3
4
## S4 method for signature 'idealstan'
launch_shinystan(object, pars = c("L_free",
  "sigma_reg_free", "sigma_abs_free", "restrict_high", "restrict_low",
  "restrict_ord", "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


idealstan documentation built on July 10, 2019, 5:05 p.m.