Learn R Programming

noncomplyR (version 1.0)

vitaminA: Vitamin A Randomized Trial Data Set

Description

A dataset containing the results of an RCT investigating the effect of Vitamin A supplementation on mortality. The variables are as follows:

Usage

data(vitaminA)

Arguments

Format

A data frame with 23682 rows and 3 variables

Details

  • survived. indicator of survival (survived = 1) or death (survived = 0)

  • vitaminA_assigned. indicator of assignment to Vitamin A (vitaminA_assigned = 1) or placebo (vitaminA_assigned = 0)

  • vitaminA_received. indicator of whether Vitamin A supplements were received (vitaminA_received = 1) or not received (vitaminA_received = 0)

Examples

Run this code
# NOT RUN {
vitaminA
# }

Run the code above in your browser using DataLab