powered by
Returns a list of vectors containing the most recent changepoint locations.
# S4 method for changepoint.mv.mrc.class cpts.mr(x, p = x@pmax)
An S4 object as returned by mrc.
mrc
The number of most recent changepoints locations to be considered. Default value is p=x@pmax where pmax is the value specified when mrc was called.
p=x@pmax
A data frame containing the most recent changepoint locations and the the variates corresponding to those locations.
# NOT RUN { library(changepoint.mv) data(mrcexample) res<-mrc(mrcexample) cpts.mr(res) cpts.mr(res,p=2) # }
Run the code above in your browser using DataLab