isFunctions function

legion classes checkers

legion classes checkers

Functions to check if an object is of the specified class

is.legion(x) is.oves(x) is.legion.sim(x)

Arguments

  • x: The object to check.

Returns

TRUE if this is the specified class and FALSE otherwise.

Details

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 ;

Examples

ourModel <- ves(cbind(rnorm(100,100,10),rnorm(100,100,10))) is.legion(ourModel)

Author(s)

Ivan Svetunkov, ivan@svetunkov.com

  • Maintainer: Ivan Svetunkov
  • License: LGPL-2.1
  • Last published: 2025-02-03