forked from georgheinze/logistf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sexagg.Rd
36 lines (36 loc) · 1.15 KB
/
sexagg.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{sexagg}
\alias{sexagg}
\title{Urinary Tract Infection in American College Students}
\format{
sexagg: an aggregated data.frame containing 31 observations with case weights (COUNT).
\describe{
\item{case}{urinary tract infection, the study outcome variable}
\item{age}{>= 24 years}
\item{dia}{use of diaphragm}
\item{oc}{use of oral contraceptive}
\item{vic}{use of condom}
\item{vicl}{use of lubricated condom}
\item{vis}{use of spermicide}
}
}
\source{
\url{https://www.cytel.com/}
}
\usage{
sexagg
}
\description{
This data set deals with urinary tract infection in sexually active college women,
along with covariate information on age an contraceptive use.
The variables are all binary and coded in 1 (condition is present) and 0 (condition is absent):
case (urinary tract infection, the study outcome variable), age (>= 24 years),
dia (use of diaphragm), oc (use of oral contraceptive), vic (use of condom),
vicl (use of lubricated condom), and vis (use of spermicide).
}
\references{
Cytel Inc., (2010) LogXact 9 user manual, Cambridge, MA:Cytel Inc
}
\keyword{datasets}