search for: nonparamteric

Displaying 2 results from an estimated 2 matches for "nonparamteric".

Did you mean: nonparametric
2004 Dec 13
1
Friedman test for replicated blocked data
Hi, I would need to extend the Friedman test to a replicated design. Currently the function: friedman.test(y, ...) only works for unreplicated designs. I found in Conover 1999 "Practical Nonparamteric statistics" an extension of the formula to my case. Nevertheless, other sources, like Sheskin 2000 "Parametric and Nonparametric statistical Procedures" and Daniel 1990 "Applied nonparametric statistics" give a different formula from that of Conover in the unreplicated cas...
2012 Oct 06
0
SPM/SemiPar -- Plotting additive interactions
I'm taking the residual-regression approach to semiparametric estimation (Robinson 1988, Econometrica), and basically using SemiPar simply as a convenient means of doing multivariate nonparamteric additive models. The final bit of code is here: finalfit <- spm(res~f(V3,basis="trunc.poly")+f(V5,basis="trunc.poly")+f(V6,basis="trunc.poly")) summary(finalfit) par(mfrow = c(2,2)) plot(finalfit) you can see the plot here: http://i.imgur.com/qaPc8.png V3 is a...