powered by
A set of descriptive statistics for circular data
circ_descr(x, w = NULL, d = NULL, na.rm = FALSE)
a list with descriptive statistics
mu - mean
sigma - standard deviation
skew_pewsey - skewness as defined by Pewsey
skew_fischer - skewness as defined by Fischer
rho - mean resultant length
skew_rel_to_zero - skewness relative to zero
vector of angles
weights for the values in the vector
correction for the bias for data with known spacing
a logical value indicating whether NA values should be removed before the computation proceeds
x <- c(rnorm(50, 0, 0.5), rnorm(20, 1, 0.5)) circ_descr(x)
Run the code above in your browser using DataLab