Description Usage Arguments Details Value Author(s) Examples
Functions to check if an object is of the specified class
1 2 3 | is.adam(x)
is.adam.sim(x)
|
x |
The object to check. |
The list of functions includes:
is.adam()
tests if the object was produced by a adam function
is.adam.sim()
tests if the object was produced by sim.adam function;
TRUE
if this is the specified class and FALSE
otherwise.
Ivan Svetunkov, ivan@svetunkov.ru
1 | ## Not run: ourModel <- msarima(rnorm(100,100,10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.