autoplot.MSM.lm | R Documentation |
MSwM::MSM.lm
Autoplot MSwM::MSM.lm
## S3 method for class 'MSM.lm'
autoplot(object, prob.colour = "#FF0000", prob.linetype = "dashed", ...)
object |
|
prob.colour |
Line colour for probabilities |
prob.linetype |
Line type for probabilities |
... |
other arguments passed to |
ggplot
## Not run:
library(MSwM)
d <- data.frame(Data = c(rnorm(50, mean = -10), rnorm(50, mean = 10)),
exog = cos(seq(-pi/2, pi/2, length.out = 100)))
d.mswm <- MSwM::msmFit(lm(Data ~.-1, data = d), k=2, sw=rep(TRUE, 2),
control = list(parallelization = FALSE))
autoplot(d.mswm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.