powered by
mu_r returns the estimated rth moment of a vector.
mu_r
mu_r(x, r)
Returns the estimated rth moment of a vector.
a numeric vector.
the degree moment requiring calculation
Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.
x_vec = rnorm(10) mu_r(x_vec,2)
Run the code above in your browser using DataLab