File: bfeed.Rd

package info (click to toggle)
r-cran-kmsurv 0.1-5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 324 kB
  • sloc: makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,197 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\name{bfeed}
\alias{bfeed}
\non_function{}
\title{data from Section 1.14}
\description{
  The \code{bfeed} data frame has 927 rows and 10 columns.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{duration}{
      Duration of breast feeding, weeks
    }
    \item{delta}{
      Indicator of completed breast feeding (1=yes, 0=no)
    }
    \item{race}{
      Race of mother (1=white, 2=black, 3=other)
    }
    \item{poverty}{
      Mother in poverty (1=yes, 0=no)
    }
    \item{smoke}{
      Mother smoked at birth of child (1=yes, 0=no)
    }
    \item{alcohol}{
      Mother used alcohol at birth of child (1=yes, 0=no)
    }
    \item{agemth}{
      Age of mother at birth of child
    }
    \item{ybirth}{
      Year of birth
    }
    \item{yschool}{
      Education level of mother (years of school)
    }
    \item{pc3mth}{
      Prenatal care after 3rd month (1=yes, 0=no)       
    }
  }
}
\source{
  Klein and Moeschberger (1997) \emph{Survival Analysis Techniques for Censored
    and truncated data}, Springer.
  \emph{National Longitudinal Survey of Youth Handbook} The Ohio State University, 1995.
}
\examples{
data(bfeed)
}
\keyword{datasets}