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