powered by
library(MASS) data(geyser) x=geyser[,1] y=geyser[,2] cwmExample=cwrEm(x,y,nc=2) print(cwmExample)
Run the code above in your browser using DataLab