Re: [R] Help needed for this error

2012-05-30 Thread Peter Ehlers
On 2012-05-30 06:48, Sarah Goslee wrote: Hi, On Wed, May 30, 2012 at 7:48 AM, Dinesh Vakamudi wrote: results<- mra(x$w1mcp, filter = "d4", n.levels = 3, boundary = "periodic", method = "dwt") write.csv(results, "c:/mydata.csv") I have no idea what mra() is - from what package did it come?

Re: [R] Help needed for this error

2012-05-30 Thread Sarah Goslee
Hi, On Wed, May 30, 2012 at 7:48 AM, Dinesh Vakamudi wrote: >> results <- mra(x$w1mcp, filter = "d4", n.levels = 3, boundary = > "periodic", method = "dwt") >> write.csv(results, "c:/mydata.csv") I have no idea what mra() is - from what package did it come? I see there's a package named mra, but

[R] Help needed for this error

2012-05-30 Thread Dinesh Vakamudi
> results <- mra(x$w1mcp, filter = "d4", n.levels = 3, boundary = "periodic", method = "dwt") > write.csv(results, "c:/mydata.csv") Error in as.data.frame.default(x[[i]], optional = TRUE) : cannot coerce class 'structure("mra", package = "wavelets")' into a data.frame I am not able to access