rahul
2012-Jan-16 17:46 UTC
[R] Package: Waveslim Error: The object is this type is not subsettable
Hi everyone I am using the wavelet and waveslim package in R to find the wave variance.Here is the code return.modwt<-modwt(X, filter="la8", n.levels=5, boundary="periodic", fast=TRUE) return.modwt.var<- wave.variance(return.modwt, type="nongaussian") Where X is a uni-variate time series. I am expecting a matrix with 5 rows(no. of levels) and 3 columns(variance,upper bound,lower bound) but I am getting a message: no method for coercing this S4 class to a vector. What does this mean?I have installed waveslim 1.6.4 version. Thanks in Advance! -- View this message in context: http://r.789695.n4.nabble.com/Package-Waveslim-Error-The-object-is-this-type-is-not-subsettable-tp4300319p4300319.html Sent from the R help mailing list archive at Nabble.com.
Reasonably Related Threads
- ??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
- ??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
- Need help in waveslim package: imodwt and universal.thresh.modwt
- Filters in waveslim
- Error in xy.coords(x, NULL, log = log) : (list) object cannot be coerced to type 'double'