Saved in:
Bibliographic Details
Main Authors: Stef van Buuren, Iris Eekhout
Format: Recurso digital
Language:
Published: Zenodo 2025
Online Access:https://doi.org/10.5281/zenodo.17209641
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • <h3>Overview</h3> <p>This release brings the following enhancements to the <code>dscore</code> package:</p> <ul> <li>Adds new item codes for GSED LF and GSED SF</li> <li>Better support for D-score calculation using Bayley III</li> <li>Uses a more permissive open source license</li> </ul> <h3>Major changes</h3> <ul> <li>Adds item names starting with <code>lf</code> and <code>sf</code> to <code>builtin_itemtable</code> to refer to GSED LF and GSED SF, respectively</li> <li>Replaces the <code>by3</code> key in <code>gsed2212</code> and <code>gsed2406</code>. The replacement matches many more by3 items (172 instead of 67), especially for younger children. Compared to the previous by3 key, it raises the D-score estimate for by3 by approximately 2.6 D.</li> <li>Updates the LICENSE from AGPL to the permissive Apache 2.0 to conform to Gates Foundation Open Access policy</li> </ul> <h3>Minor changes</h3> <ul> <li>Adds support to calculate DAZ for children < 2 weeks using the reference <code>preliminary_standards</code></li> <li>Makes <code>rename_vector()</code> part of the <code>dscore</code> package (moved from the gsedread package)</li> <li>Updates the getting started vignette.</li> <li>Changes deprecated <code>arma::is_finite(val)</code> to <code>std::isfinite(val)</code> to adhere to CRAN policy</li> <li>Rebuilds <code>builtin_itemtable</code> to resolve problems with SF items 88 and 89 and LF B43-B51.</li> <li>Correct description of A45 Stand on 1 foot < 5 seconds</li> <li>Extends the item table with SF items with mode s (self-report)<ul> <li>Mode "s" is supported in the <code>gsed3</code>, <code>gsed2</code> and <code>gsed</code> lexicons</li> <li>Adds item with mode "s" and "gs1" instrument codes</li> <li>NOTE: there are no gpa-items with mode "s" (gsed2 lexicon)</li> </ul> </li> <li>It corrects an error in the definition of the gpa item names:<ul> <li>Renames <code>gpaclc088</code> --> <code>gpaclc089</code> (Can you child say five or more separate words)</li> <li>Renames <code>gpasec089</code> --> <code>gpasec088</code> (Is your child able to pee or poo)</li> </ul> </li> </ul> <h3>Breaking changes</h3> <ul> <li>Retires the key <code>gsed2212</code> (soft deprecation). This key is identical to <code>gsed2406</code> (the current default), except that it defines its default <code>population</code> as <code>phase1</code> instead of <code>preliminary_standards</code>. If you want the old behavior, specify <code>key = "gsed2406"</code> in combination with <code>population = "phase1"</code>. The key <code>gsed2212</code> will be removed in a future release.</li> </ul> <h3>For developers</h3> <ul> <li>Adds <code>.toml</code> and <code>.vscode</code> file` to enforce air formatting</li> <li>Initializes air format on save</li> </ul>