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

« back to all changes in this revision

Viewing changes to man/Relaxin.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{Relaxin}
2
 
\alias{Relaxin}
3
 
\non_function{}
4
 
\title{Assay for Relaxin}
5
 
\description{
6
 
    The \code{Relaxin} data frame has 198 rows and 3 columns.
7
 
}
8
 
\format{
9
 
    This data frame contains the following columns:
10
 
    \describe{
11
 
        \item{Run}{
12
 
            an ordered factor with levels
13
 
            \code{5} < \code{8} < \code{9} < \code{3} < \code{4} < \code{2} < \code{7} < \code{1} < \code{6}
14
 
        }
15
 
        \item{conc}{
16
 
            a numeric vector
17
 
        }
18
 
        \item{cAMP}{
19
 
            a numeric vector
20
 
        }
21
 
    }
22
 
}
23
 
\details{
24
 
}
25
 
\source{
26
 
    Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in S
27
 
        and S-PLUS}, Springer, New York.
28
 
}
29
 
\examples{
30
 
data(Relaxin)
31
 
}
32
 
\keyword{datasets}