std.error.circular {actel} | R Documentation |
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)
Arguments
x |
input data |
na.rm |
Logical: Should missing values be removed? |
silent |
Logical: Should the number of NA's removed be displayed? |
Value
The standard error of the mean (numeric value).
[Package actel version 1.3.0 Index]