https://github.com/cran/mratios
Raw File
Tip revision: 97b5ac4296075d3ef00aa1308fef95a9f872b1c9 authored by Frank Schaarschmidt on 19 June 2020, 07:50:06 UTC
version 1.4.2
Tip revision: 97b5ac4
SRAssay.rd
\name{SRAssay}
\alias{SRAssay}
\docType{data}
\title{ Slope ratio assay of panthotenic acid contents in plant tissues }
\description{
  Content of panthotenic acid in a standard and three unknown samples were measured. The response variable is the
titer of a sample to pH 6.8.

}
\usage{data(SRAssay)}
\format{
  A data frame with 34 observations on the following 3 variables.
  \describe{
    \item{Response}{a numeric vector, containing the response variable (titer to pH 6.8)}
    \item{Treatment}{a factor with levels St, U1, U2 and U3, specifying the standard and 3 unknown samples, respectively}
    \item{Dose}{a numeric vector}
  }
}

\source{
\emph{Jensen, D.R. (1989).}
 Joint confidence sets in multiple dilution assays. 
\emph{Biometrical Journal 31, 841-853.}
}
\references{
  Data originally from  \emph{Bliss, C.I. (1952).} The Statistics of Bioassay. Academic Press, New York.
}
\examples{

library(mratios)

data(SRAssay)

str(SRAssay)

plot(Response~Dose, data=SRAssay)

# library(lattice)
# xyplot(Response~Dose|Treatment, data=SRAssay)

# see ?sci.ratio.gen for  the analysis of this dataset

}
\keyword{datasets}
\concept{slope ratio assay}
back to top