fit {signalextraction} | R Documentation |
This is an example of an R object of class
"dfa"
, i.e. the result of the assignment fit <- dfa(x)
on the business survey dataset x
. Its purpose is to enable
illustrative and meaningful examples without running the CPU-time
intensive optimization routine.
data(fit)
An object of class
"dfa"
. For an
explanation of its contents, see the help file of dfa
.
Obtained from set.seed(21); data(x); fit <- dfa(x)
Marc Wildi, Real-Time Signal Extraction (Beyond Maximum Likelihood Principles), Springer. To appear in 2007.
data(fit) ## Instead of calling data(fit), one could run (time consuming) ## set.seed(21) ## data(x) ## fit <- dfa(x) str(fit) plot(fit)