obs | R Documentation |
Extract the data array from a ‘pomp’ object.
## S4 method for signature 'pomp'
obs(object, vars, ..., format = c("array", "data.frame"))
## S4 method for signature 'listie'
obs(object, vars, ..., format = c("array", "data.frame"))
object |
an object of class ‘pomp’, or of a class extending ‘pomp’ |
vars |
names of variables to retrieve |
... |
ignored |
format |
format of the returned object |
Other extraction methods:
coef()
,
cond_logLik()
,
covmat()
,
eff_sample_size()
,
filter_mean()
,
filter_traj()
,
forecast()
,
logLik
,
pred_mean()
,
pred_var()
,
saved_states()
,
spy()
,
states()
,
summary()
,
time()
,
timezero()
,
traces()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.