powered by
Peek into the inside of one of pomp's objects.
# S4 method for pomp spy(object)
the object whose structure we wish to examine
Csnippet
Other extraction methods: coef(), cond_logLik(), covmat(), eff_sample_size(), filter_mean(), filter_traj(), forecast(), logLik, obs(), pred_mean(), pred_var(), saved_states(), states(), summary(), time(), timezero(), traces()
coef()
cond_logLik()
covmat()
eff_sample_size()
filter_mean()
filter_traj()
forecast()
logLik
obs()
pred_mean()
pred_var()
saved_states()
states()
summary()
time()
timezero()
traces()
# \donttest{ ricker() |> spy() sir() |> spy() sir2() |> spy() # }
Run the code above in your browser using DataLab