std.error.circular: Calculate the standard error of the mean for circular data
Description
Calculate the standard error of the mean for circular data
Usage
std.error.circular(x, na.rm = TRUE, silent = FALSE)
Value
The standard error of the mean (numeric value).
Arguments
- x
input data
- na.rm
Logical: Should missing values be removed?
- silent
Logical: Should the number of NA's removed be displayed?