Learn R Programming

carx (version 0.7.1)

xreg.cenTS: Return the xreg part of the cenTS object

Description

Return the xreg part of the cenTS object

Usage

# S3 method for cenTS
xreg(object)

Arguments

object

a cenTS object.

Value

the list in xreg.

See Also

cenTS.

Examples

Run this code
# NOT RUN {
strDates <- c("2000-01-01", "2000-01-02", "2000-01-03", "2000-01-04", "2000-01-05")
ts <- cenTS(value=c(1,-2,1,NA,0),
            order.by=as.Date(strDates,"%Y-%m-%d"),
            lcl=c(-3,-2,-1,-1,0),
            ucl=c(3,2,1,1,1),
            x=c(1,1,1,1,1),
            y=c(2,2,2,2,2))
 xreg(ts)
# }

Run the code above in your browser using DataLab