legion classes checkers
Functions to check if an object is of the specified class
is.legion(x) is.oves(x) is.legion.sim(x)
x
: The object to check.TRUE
if this is the specified class and FALSE
otherwise.
The list of methods includes:
is.legion()
tests if the object was produced by a vector model (e.g. ves );
is.oves()
tests if the object was produced by oves
function;
is.legion.sim()
tests if the object was produced by the functions sim.ves ;
ourModel <- ves(cbind(rnorm(100,100,10),rnorm(100,100,10))) is.legion(ourModel)
Ivan Svetunkov, ivan@svetunkov.com