Skip to content
Prev 131901 / 398506 Next

Getting error message using R: Please help (it's coursework due in on Friday)

On Wed, 2007-12-12 at 05:03 -0800, ethanhaas wrote:
Peter was trying to get you to see that you should be doing one of the
following:

dcm <- decompose(timeseries)

or

dcm <- decompose(using)

*Not* decompose(information), which will try to decompose your data
frame, which is not a timeseries object in the sense of ?ts and
therefore doesn't have periods and the like, hence the error.

Do either of the two suggestions that Peter clearly suggested you try
(and I repeat above) work for you and give you what you want?

HTH

G