pooled.mean: Calculate a pooled mean for two or more samples

Description Usage Arguments Value Examples

Description

Based on Fisher's pooled estimate of a common mean for two or more samples of angular data.

Usage

1
pooled.mean(samples, alpha = 0.05)

Arguments

samples

A list containing the vectors of angles (in radians) to be tested.

alpha

Significance level of confidence interval to be obtained. Default is 0.05 (95pc)

Value

List containing the observed value of the test statistic and the p-value.

Examples

1
m <- pooled.mean((list(q.4.a, q.4.b))

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