Displaying 1 result from an estimated 1 matches for "3rsr".
2010 Nov 03
1
smooth: differences between R and S-PLUS
...g differences between R and S-PLUS smooth() functions. I know
from the help that they worked differently, so I ask:
- exist a package that permit to have the same results?
- alternatively, someone know how can I obtain the same results in R, using
a self made script?
I know that S-PLUS use the 4(3RSR)2H running median smoothing and I try to
implement it with the code below. I obtain some result equal to the S-PLUS
one, so I think the main problem is understand how NA value from moving
median are treated.
The R result is:
[1] NA NA 4.6250 4.9375 4.7500 4.0000 3.2500 3.0000
[9] 2.8750...