Description Usage Arguments Value References Examples
Running means of the chains.
| 1 2 3 4 5 6 7 | 
| D | Data frame whith the simulations. | 
| family | Name of the family of parameters to plot, as given by a character vector or a regular expression. A family of parameters is considered to be any group of parameters with the same name but different numerical value between square brackets (as beta[1], beta[2], etc). | 
| original_burnin | Logical. When TRUE (the default), start the iteration counter in the x-axis at the end of the burnin period. | 
| original_thin | Logical. When TRUE (the default), take into account the thinning interval in the x-axis. | 
| greek | Logical value indicating whether parameter labels have to be parsed to get Greek letters. Defaults to false. | 
A ggplot object.
Fernández-i-Marín, Xavier (2016) ggmcmc: Analysis of MCMC Samples and Bayesian Inference. Journal of Statistical Software, 70(9), 1-20. doi:10.18637/jss.v070.i09
| 1 2 | data(linear)
ggs_running(ggs(s))
 | 
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
    filter, lag
The following objects are masked from ‘package:base’:
    intersect, setdiff, setequal, union
Loading required package: tidyr
Loading required package: ggplot2
Registered S3 method overwritten by 'GGally':
  method from   
  +.gg   ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.