This dataset, Sebor_df, is a data frame containing clinical trial data on seborrheic dermatitis, comparing test and placebo treatments. It records participant center, treatment assignment, dermatitis scores across three assessments, and severity indicators at the same points. The dataset consists of 167 observations and 8 variables. Some observations may contain missing values.
Usage
data(Sebor_df)Format
A data frame with 167 observations and 8 variables:
- center
Clinical trial center (factor)
- treat
Treatment group: test or placebo (character)
- score1
Dermatitis score at assessment 1 (integer)
- score2
Dermatitis score at assessment 2 (integer)
- score3
Dermatitis score at assessment 3 (integer)
- severity1
Severity indicator at assessment 1 (integer)
- severity2
Severity indicator at assessment 2 (integer)
- severity3
Severity indicator at assessment 3 (integer)
Details
The dataset name has been kept as 'Sebor_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
