Skip to contents

A simulated stepped wedge dataset formatted with separate columns for the number of successes (numerator) and number of trials (denominator).

Usage

sw_data_example_binom

Format

## `sw_data_example_binom` A data frame with 90 rows and 5 columns:

cluster

Cluster id

period

Time period

trt

Treatment indicator

denominator

Denominator (# trials)

numerator

Numerator (# successes)

...