Date: 2025-11-30
ss_sum,ss_mean,ss_max,ss_count_cond,ss_mean_pos. Fix: If inputcolumns are factors, coerce them to numeric (factor -> character-> numeric) prior to computing the summary statistic. Previously, thecoercion was inaccurate (factor -> numeric), converting the levels tonumbers and not the displayed labels. For example, non-responses such as777 (displayed label) could be level 6 for a factor / ordinal column.NOTE: This bug did not affect computed summary scores in 6.0.compute_ph_y_mctq__fd__sleep__mid24h and 36h where incorrectly usedph_y_mctq__sd__sleep_durthanph_y_mctq__sd__sleep_period.compute_ph_y_mctq__fd__sleep__mid24h and 36h where incorrectly usedph_y_mctq__fd__sleep_durthanph_y_mctq__fd__sleep_period.ph_y_mctq__sleep_loss whereincorrectly usedph_y_mctq__*__sleep_dur thanph_y_mctq__*__sleep_period.compute_ph_y_mctq__sd_count to handle missingvariables.ph_y_mctq__school_001__v01 andph_y_mctq__school_001__01__v1 were required by the functionbut not available before 7.0.0. Now, before package version 7.0.0, ifthese variables are missing, the function will create them internallyand fill them withNA values. After 7.0.0, these variablesare expected to be present.Date: 2025-08-21
ph_ph_sds (Sleep Disturbance Scale) scores.Date: 2025-06-27
The initial release of the ABCDscores package. This version isaccompanied with the ABCD 6.0 data release.