Description Usage Arguments Value See Also Examples
Bootstrap test of reflective symmetry about an unspecified mean.
| 1 | r.symm.test.boot(data, B = 9999, alpha = 0.05, show.progress = T)
 | 
| data | Vector of angles. | 
| B | Number of bootstrap samples to use to estimate the standard error of the p-value. Default is 9999. | 
| alpha | Significance level of confidence interval to be obtained. Default is 0.05 (95pc confidence interval). | 
| show.progress | Boolean indicating whether or not to display a progress bar as the bootstrap is run. | 
A list containing the p-value of the test and its standard error.
wilcox.test for a rank test of reflective symmetry about a specified direction.
| 1 | reject.symmetry <- r.symm.test.boot(q)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.