powered by
Draws history (trace) plots for the Markov chains in a STAN- or WinBUGS-object
historyplot(fit, parameter)
a model fit obtained by STAN or WinBUGS
the name, a character, of the parameter for which the history plot should be drawn
gives a plot
can only handly one or two dimensional parameters up to now.
# NOT RUN { # } # NOT RUN { fit <- stan(....) historyplot(fit, parameter="alpha") # }
Run the code above in your browser using DataLab