~ubuntu-branches/ubuntu/breezy/lme4/breezy

« back to all changes in this revision

Viewing changes to man/Rail.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Douglas Bates
  • Date: 2005-05-20 09:30:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050520093011-vp8clxugp8hbjejp
Tags: 0.95.8-1
* New upstream release
* Upstream release no longer requires r-cran-latticeextra. Closes: Bug#307497 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\name{Rail}
2
 
\alias{Rail}
3
 
\non_function{}
4
 
\title{Evaluation of Stress in Railway Rails}
5
 
\description{
6
 
    The \code{Rail} data frame has 18 rows and 2 columns.
7
 
}
8
 
\format{
9
 
    This data frame contains the following columns:
10
 
    \describe{
11
 
        \item{Rail}{
12
 
            an ordered factor identifying the rail on which the
13
 
            measurement was made.
14
 
        }
15
 
        \item{travel}{
16
 
          a numeric vector giving the travel time for ultrasonic
17
 
          head-waves in the rail (nanoseconds).  The value given is the
18
 
          original travel time minus 36,100 nanoseconds.
19
 
        }
20
 
    }
21
 
}
22
 
\details{
23
 
  Devore (2000, Example 10.10, p. 427) cites data from an article in
24
 
  \emph{Materials Evaluation} on ``a study of travel time for a certain
25
 
  type of wave that results from longitudinal stress of rails used for
26
 
  railroad track.''
27
 
}
28
 
\source{
29
 
    Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in S
30
 
        and S-PLUS}, Springer, New York.  (Appendix A.26)
31
 
 
32
 
    Devore, J. L. (2000), \emph{Probability and Statistics for
33
 
      Engineering and the Sciences (5th ed)}, Duxbury, Boston, MA.
34
 
}
35
 
\examples{
36
 
data(Rail)
37
 
}
38
 
\keyword{datasets}