1\name{intervals-methods}
2\docType{methods}
3\alias{intervals}
4\alias{intervals-methods}
5\alias{intervals,MSM.glm-method}
6\alias{intervals,MSM.lm-method}
7\alias{intervals.MSM.lm}
8\alias{intervals.MSM.glm}
9\title{
10  Function: Confidence Intervals on Coefficients
11}
12\description{
13	Confidence intervals are obtained for the parameters associated with the model represented by the object.
14}
15\usage{
16intervals(object, level = 0.95, ...)
17}
18\arguments{
19  \item{object}{ a fitted Markov Switching model object from which parameter estimates can be extracted.}
20  \item{level}{ an optional numeric value for the interval confidence level. Defaults to 0.95.}
21  \item{...}{ currently not used. }
22}
23
24\value{
25  Print the coefficients with their intervals for each regime.
26}
27
28\author{
29	Jose A. Sanchez-Espigares, Alberto Lopez-Moreno
30}
31
32\seealso{
33	Overview: \code{\link{MSwM-package}} \cr
34	Classes : \code{\linkS4class{MSM.lm}}, \code{\linkS4class{MSM.glm}}, \code{\linkS4class{MSM.fitted}}\cr
35	Methods : \code{\link{msmFit}},\code{\link[MSwM:summary]{summary}},\code{\link[MSwM:AIC]{AIC}},\code{\link[MSwM:intervals]{intervals}},\code{\link{msmResid}}\cr
36	Plot : \code{\link[MSwM:plot]{plot}},\code{\link{plotProb}},\code{\link{plotReg}},\code{\link{plotDiag}}\cr
37}
38
39
40%\keyword{ ~kwd1 }
41
42