File: baboon.Rd

package info (click to toggle)
r-cran-kmsurv 0.1-5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 324 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
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
\name{baboon}
\alias{baboon}
\non_function{}
\title{data from Exercise 5.8, p147}
\description{
  The \code{baboon} data frame has 25 rows and 2 columns.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{date}{
      Date (day/month/year)
    }
    \item{time}{
      Descent time (military time)
    }
    \item{observed}{
      Indicator of observed or not (1=observed, 0=not observed)
    }
  }
}
\source{
  Klein and Moeschberger (1997) \emph{Survival Analysis Techniques for Censored
    and truncated data}, Springer.
}
\examples{
data(baboon)
}
\keyword{datasets}