Skip to content

tsdiag error

2 messages · rkevinburton at charter.net, Uwe Ligges

#
Does anyone know why I get the following error when trying tsdiag?

    Error in UseMethod("tsdiag") : no applicable method for "tsdiag"

I am invoking it as: tsdiag(mar).

Thank you.

Kevin
#
rkevinburton at charter.net wrote:
tsdiag is a generic function that tries to dispatch for "mar", but there 
is no appropriate method available that is able to deal with objects of 
class of "mar". Hence check what classes of objects you can specify for 
tsdiag() and of which class "mar" currently is.

Uwe Ligges