File: stagnant.Rd

package info (click to toggle)
r-cran-segmented 2.1-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,484 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (6)
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
\name{stagnant}
\alias{stagnant}
\docType{data}
\title{Stagnant band height data}
\description{
  The \code{stagnant} data frame has 28 rows and 2 columns.
}
\usage{data(stagnant)}
\format{
  A data frame with 28 observations on the following 2 variables.
  \describe{
    \item{\code{x}}{log of flow rate in g/cm sec.}
    \item{\code{y}}{log of band height in cm}
  }
}
\details{
  Bacon and Watts report that such data were obtained by R.A. Cook during his investigation
  of the behaviour of stagnant surface layer height in a controlled flow of water.
}
\source{
  Bacon D.W., Watts D.G. (1971) Estimating the transistion between two intersecting straight lines.
  \emph{Biometrika} \bold{58}: 525 -- 534.
  
  Originally from the PhD thesis by R.A. Cook
}
%\references{
%  PhD thesis by R.A. Cook
%}
\examples{
data(stagnant)
## plot(stagnant)
}
\keyword{datasets}