This is a subsets of the Party Panel 2015 dataset. Party Panel is an annual semi-panel determinant study among Dutch nightlife patrons, where every year, the determinants of another nightlife-related risk behavior are mapped. In 2015, determinants were measured of behaviors related to using highly dosed ecstasy pills.

data(pp15)

Format

A data.frame with 128 columns and 829 rows. Note that many rows contain missing values; the columns and rows were taken directly from the original Party Panel dataset, and represent all participants that made it past a given behavior.

Details

The full dataset is publicly available through the Open Science Framework (https://osf.io/s4fmu/). Also see the GitLab repository (https://gitlab.com/partypanel) and the website at https://partypanel.eu.

Examples

data('pp15', package='rosetta');
rosetta::freq(pp15$gender);
#>                                     Frequencies Perc.Total Perc.Valid
#> Female                                      152       18.3       38.1
#> Male                                        245       29.6       61.4
#> Other (e.g. genderqueer, nonbinary)           2        0.2        0.5
#> Total valid                                 399       48.1      100.0
#> NA (missing)                                430       51.9           
#> Total                                       829      100.0           
#>                                     Cumulative
#> Female                                    38.1
#> Male                                      99.5
#> Other (e.g. genderqueer, nonbinary)      100.0
#> Total valid                                   
#> NA (missing)                                  
#> Total