fHMM_events {fHMM} | R Documentation |
Checking events
Description
This function checks the input events
.
Usage
fHMM_events(events)
## S3 method for class 'fHMM_events'
print(x, ...)
Arguments
events |
A
|
x |
An object of class |
... |
Currently not used. |
Value
An object of class fHMM_events
.
Examples
events <- list(
dates = c("2001-09-11", "2008-09-15", "2020-01-27"),
labels = c(
"9/11 terrorist attack", "Bankruptcy Lehman Brothers",
"First COVID-19 case Germany"
)
)
events <- fHMM_events(events)
[Package fHMM version 1.3.1 Index]