Skip to content
Back to formatted view

Raw Message

Message-ID: <48C77E44.90803@statistik.tu-dortmund.de>
Date: 2008-09-10T07:59:00Z
From: Uwe Ligges
Subject: tsdiag error
In-Reply-To: <20080909163136.XEJRA.946651.root@mp12>

rkevinburton at charter.net wrote:
> 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).

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


> 
> Thank you.
> 
> Kevin
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.