streptomycin_tbl_df | R Documentation |
This dataset, streptomycin_tbl_df, is a tibble containing the results of a randomized, placebo-controlled, prospective 2-arm trial evaluating the use of streptomycin (2 grams daily) versus placebo in the treatment of tuberculosis among 107 young patients. The study was conducted by the Streptomycin in Tuberculosis Trials Committee and published in the British Medical Journal in 1948.
data(streptomycin_tbl_df)
A tibble with 107 observations and 13 variables:
Character identifier for each patient
Factor indicating treatment arm: streptomycin (A2) or placebo (A1)
Numeric dose of streptomycin in grams
Numeric dose of para-aminosalicylic acid (PAS) in grams
Factor with two levels indicating patient gender
Factor indicating the baseline clinical condition of the patient
Factor indicating baseline temperature category
Factor indicating baseline erythrocyte sedimentation rate (ESR) category
Factor indicating the presence or absence of lung cavitation at baseline
Factor indicating the level of resistance to streptomycin
Factor describing radiological outcomes at 6 months
Numeric radiologic score at 6 months
Logical indicator of clinical improvement
The dataset name has been kept as 'streptomycin_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (a modern form of data frame). The original content has not been modified in any way.
Data taken from the medicaldata package version 0.2.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.