the score to be used. Possible are identity, sign, and symmsign.
location
specifies if the location should be estimated or taken to be the origin. Possible choices are est and origin.
na.action
a function which indicates what should happen when the data
contain 'NA's. Default is to fail.
...
arguments passed on to other functions.
Value
A list with class 'htest' containing the following components:
statisticthe value of the test statistic.
parameterthe degrees of freedom for the test statistic or the number of replications in the simulation.
p.valuethe p-value for the test.
methoda character string indicating what type of test was performed.
data.namea character string giving the name of the data used.
Details
Note that here inner standardization is not logical. The rank score test is not implemented. Otherwise the tests are as described in chapter
9 of the MNM book.
To test for other "shapes" than sperical, transform the data accordingly and then test for spericity.
References
Oja, H. (2010), Multivariate Nonparametric Methods with R, Springer.