plotstate.rd

来自「使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。」· RD 代码 · 共 27 行

RD
27
字号
\name{plotState}\alias{plotState}\title{Changepoint State Plot}\description{Plot the posterior probability that each time point is in each state.}\usage{   plotState(mcmcout, legend.control=NULL, cex=0.8, lwd=1.2)}\arguments{\item{mcmcout}{The \code{mcmc} object containing the posterior density sample from a changepoint model.  Note that this must have a \code{prob.state} attribute.}\item{legend.control}{Control the location of the legend.  It is necessary to pass both the x and y locations; i.e., \code{c(x,y)}.}\item{cex}{Control point size.}\item{lwd}{Line width parameter.}}\author{Jong Hee Park, \email{jhp@uchicago.edu}, \url{http://home.uchicago.edu/~jhp/}.}\keyword{hplot}\seealso{\code{\link{MCMCpoissonChangepoint}}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?