Learn R Programming

pomp (version 6.2)

obs: obs

Description

Extract the data array from a ‘pomp’ object.

Usage

# S4 method for pomp
obs(object, vars, ..., format = c("array", "data.frame"))

# S4 method for listie obs(object, vars, ..., format = c("array", "data.frame"))

Arguments

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

See Also

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()