File: stddiag.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 (26 lines) | stat: -rw-r--r-- 548 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
\name{stddiag}
\alias{stddiag}
\non_function{}
\title{data from Exercise 5.6, p146}
\description{
  The \code{stddiag} data frame has 25 rows and 2 columns.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{encounter}{
      Months from 1/93 to encounter
    }
    \item{diagnosed}{
      Months until STD diagnosed in the clinic
    }
  }
}
\source{
  Klein and Moeschberger (1997) \emph{Survival Analysis Techniques for Censored
    and truncated data}, Springer.
}
\examples{
data(stddiag)
}
\keyword{datasets}