examples/sir.R

\donttest{
  po <- sir()
  plot(po)
  coef(po)
  
  po <- sir2()
  plot(po)
  plot(simulate(window(po,end=3)))
  coef(po)
  
  po |> as.data.frame() |> head()
}
kingaa/pomp documentation built on April 24, 2024, 11:25 a.m.