Learn R Programming

dynia (version 0.2)

print.dynia: Print the class of dynia

Description

Print the output with class of dynia

Usage

"print"(x, ...)

Arguments

x
x is the value with class of dynia
...
Optional Argument

Value

A output includes optimal delta,intervention model and p-value for the null hypothesis:delta=delta0

Examples

Run this code
data(casualties)
fitdi(z=casualties[,1],T=70,xint=casualties[,2],itype="s",delta0=1,
 order=c(1,0,0),seasonal=list(order=c(0,0,1),period=12))

Run the code above in your browser using DataLab