powered by
Compute the standard deviation of a vector of circular data
sd_circ(theta, units = "radians")
a circular variable in radians or degrees.
measurement units of the circular variable c("radians", "degrees").
library(bpnreg) sd_circ(subset(Motor, Cond == "exp")$PhaseDiff, units = "degrees")
Run the code above in your browser using DataLab