powered by
plot
## S3 method for class 'stanfit,missing': plot(x, ..., pars, include = TRUE, unconstrain = FALSE)
stanfit
pars
FALSE
ggplot
...
List of RStan plotting functions
Plot options
library(rstan) fit <- stan(model_code = "parameters {real y;} model {y ~ normal(0,1);}") plot(fit) plot(fit, show_density = TRUE)
Run the code above in your browser using DataLab