Internal stepNorm functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 | calcEnp(X)
noFit(y.fun="maM", x.fun="maA")
medfit(x, y, subset=TRUE)
loessfit(x, y, span=0.4, subset=TRUE, degree=1, family="symmetric",
control=loess.control(trace.hat="approximate", iteration=5, surface="direct"),...)
rlmfit(x, y, subset=TRUE)
loess2Dfit(x1, x2, y, span=0.2, subset=TRUE, degree=1, family="symmetric",
control=loess.control(trace.hat="approximate", iteration=5, surface="direct"),...)
aov2Dfit(x1, x2, y, subset=TRUE)
rlm2Dfit(x1, x2, y, subset=TRUE)
spatialMedfit(x1, x2, y, subset=TRUE, width = 11, height = width)
MedianSmooth(m, width, height=width)
square(x)
|
These are not to be called directly by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.