https://github.com/cran/fda
Raw File
Tip revision: 229f7206c9196b18bb88d6ee7c3c775e8b28e5d3 authored by J. O. Ramsay on 01 June 2009, 00:00:00 UTC
version 2.1.3
Tip revision: 229f720
gait.Rd
\name{gait}
\alias{gait}
\title{
  Hip and knee angle while walking
}
\description{
  Hip and knee angle in degrees through a 20 point movement cycle for 39
  boys  
}
\format{
   An array of dim c(20, 39, 2) giving the "Hip Angle" and "Knee Angle"
   for 39 repetitions of a 20 point gait cycle.   
}
\details{
  The components of dimnames(gait) are as follows:
  
  [[1]] standardized gait time = seq(from=0.025, to=0.975, by=0.05) 

  [[2]] subject ID = "boy1", "boy2", ..., "boy39"  

  [[3]] gait variable = "Hip Angle" or "Knee Angle"
}
\source{
  Ramsay, James O., and Silverman, Bernard W. (2006), \emph{Functional
    Data Analysis, 2nd ed.}, Springer, New York.

  Ramsay, James O., and Silverman, Bernard W. (2002), \emph{Applied
    Functional Data Analysis}, Springer, New York. 
}
%\seealso{\code{\link{eval.penalty}}}
\examples{
plot(gait[,1, 1], gait[, 1, 2], type="b")
}
% docclass is function
\keyword{datasets}
back to top