Learn R Programming

rotations (version 0.2)

drill: Drill data set

Description

The drill data set was collected to assess variation in human movement while performing a task (Rancourt 1995). Eight subjects drilled into a metal plate while being monitored by infared cameras. Quaternions are used to represent the orientation of each subjects' wrist, elbow and shoulder in one of six positions. For some subjects several replicates are available. See Rancourt et al. (2000) for one approach to analyzing these data.

Usage

data(drill)

Arguments

source

http://www.mat.ulaval.ca/departement-et-professeurs/direction-et-personnel/professeurs/louis-paul-rivest/publications/

References

Rancourt D (1995). "Arm posture and hand mechanical impedance in the control of a hand-held power drill." Ph.D. Thesis, MIT.

Rancourt D, Rivest L and Asselin J (2000). "Using orientation statistics to investigate variations in human kinematics." Journal of the Royal Statistical Society: Series C (Applied Statistics), 49(1), pp. 81-94.

Examples

Run this code
#Load dataset into workspace
data(drill)

#Estimate central orientation of the first subect's wrist
Subject1Wrist<-subset(drill,Subject==1 & Joint=="Wrist")
Qs<-as.Q4(data.matrix(Subject1Wrist[,5:8]))
mean(Qs)

Run the code above in your browser using DataLab