| garden_club | R Documentation |
A simulated dataset from a linear mixed-effects model (LMM) representing a standard two-group (CBT vs. Antienvyssant) pre-post intervention study. The data is ideal for demonstrating the analysis of longitudinal data with repeated measures.
garden_club
A tibble with 150 rows and 6 variables:
An integer representing the unique participant identifier.
A character vector indicating the treatment group ("CBT" or "Antienvyssant").
An integer representing the participant's age.
A character vector for the participant's gender ("m", "f", or "d").
An integer for the measurement occasion (0 = pre-test, 1 = post-test).
A numeric value for the outcome, the score on the fictional Gardener Envy Inventory (GEI), ranging from 0 to 50.
Simulated data based on a linear mixed-effects model (LMM) with fixed effects for group and time, and random intercepts and slopes for participants.
garden_club_sensitive for a dataset designed for sensitivity analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.