Description Usage Arguments Examples
View source: R/pairs_plot_if_divergent_transition_occurred.R
If divergent transition occurs, the author often forget the variable par or pars. So, I made this to avoid such confusion.
1 2 3 4 | pairs_plot_if_divergent_transition_occurred(
StanS4class,
character.representing.paramter = "z"
)
|
StanS4class |
An S4 object of class To be passed to |
character.representing.paramter |
Character, surrounded by "", indicating the paramter of model. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ## Not run:
# Create a fitted model object of class stanfitExtended inherited from stanfit.
fit <- fit_Bayesian_FROC( ite = 1111,
summary = FALSE,
cha = 1,
Null.Hypothesis = FALSE,
dataList = dd )
# Pairs plot to examine the divergent transition.
# pairs_plot_if_divergent_transition_occurred(fit)
# R CMD check launched error that pkg cannot be found, but it exsits
# Moreover it is available without errors from R console. but I put # here
# to proceed futher steps in R CMD checks, what a lovely, pretty cute R CMD check is!
Close_all_graphic_devices()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.