Skip to content
Prev 10798 / 15274 Next

Coercing LHS to a list

rex
sean fallon <sf99167 at yahoo.com> [2012-09-26 23:27]:
I'd replace 3 the lines above with:
hcdif = Hi(data)-Cl(data)
Do you want:
datasmv=filter(Cl(data),rep(1/7,7), sides=1) 
datalmv=filter(Cl(data),rep(1/21,21), sides=1)

HTH,

-rex