You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the surveillance package uses the standard R sts object for multivariate modeling, e.g.,
library(surveillance)
data(fluBYBW)
seems like this should be easy enough to covert into an IncidenceMatrix, and would allow for easier interfacing to standard R time-series objects, especially as relates to the hhh4() spatial modeling functions.
The text was updated successfully, but these errors were encountered:
Note that the
surveillance
package uses the standard Rsts
object for multivariate modeling, e.g.,seems like this should be easy enough to covert into an IncidenceMatrix, and would allow for easier interfacing to standard R time-series objects, especially as relates to the
hhh4()
spatial modeling functions.The text was updated successfully, but these errors were encountered: