sd_circ {bpnreg} | R Documentation |
Compute the standard deviation of a vector of circular data
Description
Compute the standard deviation of a vector of circular data
Usage
sd_circ(theta, units = "radians")
Arguments
theta |
a circular variable in radians or degrees. |
units |
measurement units of the circular variable c("radians", "degrees"). |
Examples
library(bpnreg)
sd_circ(subset(Motor, Cond == "exp")$PhaseDiff, units = "degrees")
[Package bpnreg version 2.0.3 Index]