r.symm.test.boot: Bootstrap reflective symmetry test

Description Usage Arguments Value See Also Examples

View source: R/Exploratory.R

Description

Bootstrap test of reflective symmetry about an unspecified mean.

Usage

1
r.symm.test.boot(data, B = 9999, alpha = 0.05, show.progress = T)

Arguments

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.

Value

A list containing the p-value of the test and its standard error.

See Also

wilcox.test for a rank test of reflective symmetry about a specified direction.

Examples

1
reject.symmetry <- r.symm.test.boot(q)

ClairBee/AS.circular documentation built on Jan. 24, 2020, 3:57 p.m.