Description Usage Arguments Details Value References See Also Examples
Computes circular summary statistics including the sample size, mean direction and mean resultant length.
1 | circ.summary(x)
|
x |
vector of data points measured in radians. |
Each observation is treated as a unit vector or a point on the unit circle. The resultant vector of the observations is found, and the direction of the resultant vector is returned as well as its length divided by the sample size.
Returns a data frame with variables n, the sample size; mean.dir, the sample mean direction; and rho, the sample mean resultant length.
Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular Statistics, Section 1.3, World Scientific Press, Singapore.
circ.mean, circ.disp, est.kappa, est.rho.
1 2 3 | # Compute summary statistics of a random sample of observations.
data <- runif(50, 0, pi)
circ.summary(data)
|
Loading required package: MASS
Loading required package: boot
n mean.dir rho
1 50 1.563155 0.5943966
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.