File: stormer.Rd

package info (click to toggle)
r-cran-mass 7.3-51.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,148 kB
  • sloc: ansic: 664; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,314 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% file MASS/man/stormer.Rd
% copyright (C) 1994-9 W. N. Venables and B. D. Ripley
%
\name{stormer}
\alias{stormer}
\title{
  The Stormer Viscometer Data
}
\description{
  The stormer viscometer measures the viscosity of a fluid by measuring the
  time taken for an inner cylinder in the mechanism to perform a fixed number
  of revolutions in response to an actuating weight.  The viscometer is
  calibrated by measuring the time taken with varying weights while the
  mechanism is suspended in fluids of accurately known viscosity.  The data
  comes from such a calibration, and theoretical considerations suggest a
  nonlinear relationship between time, weight and viscosity, of the form
  \code{Time = (B1*Viscosity)/(Weight - B2) + E}
  where \code{B1} and \code{B2}
  are unknown parameters to be estimated, and \code{E} is error.
}
\usage{
stormer
}
\format{
  The data frame contains the following components:
  \describe{
    \item{\code{Viscosity}}{
      viscosity of fluid.
    }
    \item{\code{Wt}}{
      actuating weight.
    }
    \item{\code{Time}}{
      time taken.
    }
  }
}
\source{
  E. J. Williams (1959) \emph{Regression Analysis.} Wiley.
}
\references{
  Venables, W. N. and Ripley, B. D. (2002)
  \emph{Modern Applied Statistics with S.} Fourth edition.  Springer.
}
\keyword{datasets}