Displaying 1 result from an estimated 1 matches for "orih".
Did you mean:
orig
2005 Mar 04
0
Multilevel modeling of animal behavior
...iculty straying from the herd"
# It is quantified by multiplying individual distances from the mean vector by rho;
# thus a high value implies It is more difficult to stray from a "tight" group.
# Distance is converted to degrees or rho multiplied by 100 for purposes of scaling;
orih<- rep(tapply(orid,obs,circ.mean),tapply(orid,obs,length))
Herd.rho<- rep(tapply(orid,obs,est.rho),tapply(orid,obs,length))
He<- deg(abs(orid - orih))*Herd.rho
# In this example the direction of the head or which side of the cow is exposed doesn't matter, so we can
# relate orid to az...