data {NegativeControlOutcomeAdjustment} | R Documentation |
Data for examples
Description
A simulated toy data set mimicking data from a vaccine trial.
Details
A data frame consisting of 1000 subjects with primary outcome of interest (Y1
)
as infected with HPV type 16, secondary outcome (Y2
) as
the total number of infections with 20 non-targeted HPV types,
vaccine assignment (T
), and two categorical covariates Age
and Region
with 13 and 3 levels respectively.
See Also
negativeControlOutcomeAdjustment
Examples
data(data, package="NegativeControlOutcomeAdjustment")
# Display some of the data
data[1:5, ]
[Package NegativeControlOutcomeAdjustment version 0.0.6 Index]