sts_observation: Function for creating a sts-object with a given observation...

Description Usage Arguments Examples

Description

Function for creating a sts-object with a given observation date

Usage

1
sts_observation(sts, dateObservation, cut = TRUE)

Arguments

sts

sts-object we want to set at a previous state. Needs to include a reporting triangle.

dateObservation

Date for which we want the state. Needs to be in the reporting triangle dates.

cut

Boolean indicating wether to have 0 counts after the observation date or to simply cut the sts-object

Examples

1
2
3
4
5
data("salmAllOnset")
salmAllOnsety2013m01d20 <- sts_observation(salmAllOnset,
dateObservation="2014-01-20",cut=FALSE)
plot(salmAllOnset)
lines(salmAllOnsety2013m01d20@observed,t="h",col="red")

jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.