Skip to contents

This dataset, Skin_df, is a data frame containing clinical trial data on skin conditions, comparing responses under placebo and test treatments. It includes participant center, treatment assignment, disease stage, and responses across three assessments. The dataset consists of 172 observations and 6 variables. Some observations may contain missing values.

Usage

data(Skin_df)

Format

A data frame with 172 observations and 6 variables:

center

Clinical trial center (factor)

treat

Treatment group: placebo or test (factor)

stage

Disease stage (integer)

res1

Response at assessment 1 (integer)

res2

Response at assessment 2 (integer)

res3

Response at assessment 3 (integer)

Source

Data taken from the sanon package version 1.6

Details

The dataset name has been kept as 'Skin_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.