Recent Releases of https://github.com/brentkaplan/beezdiscounting

https://github.com/brentkaplan/beezdiscounting - beezdiscounting 0.3.1

Minor fix

  • Correctly names output columns from calc_pd() and score_pd(). ep50 changed to etheta50 and corrected calculation of ep50.

- R
Published by brentkaplan over 2 years ago

https://github.com/brentkaplan/beezdiscounting - beezdiscounting 0.3.0

New features

  • Add functions for scoring 5.5 trial probability discounting task (from the Qualtrics template) including: calc_pd() (and score_pd(), timing_pd(), and ans_pd).

Minor fix

  • Subsetting issue is fixed in score_dd() that would unintentionally drop all rows if both conditions were FALSE.

Other changes

  • Rename example data from five.fivetrial to five.fivetrial_dd for delay discounting.

  • Add example data five.fivetrial_pd for probability discounting.

- R
Published by brentkaplan over 2 years ago

https://github.com/brentkaplan/beezdiscounting - beezdiscounting 0.2.0

New features

  • score_mcq27() properly supports arguments: impute_method, random, return_data, and verbose. See documentation and the README for explanations.

  • generate_data_mcq() can generate fake MCQ data, including seed and prop_na arguments for reproducibility and specifying proportion of NAs.

  • long_to_wide* and wide_to_long* are helper functions to reshape data from/to different formats.

Minor fix

  • When no imputation is specified and NAs exist in the data, score_mcq27() returns NAs for the scoring instead of 1.

- R
Published by brentkaplan over 2 years ago

https://github.com/brentkaplan/beezdiscounting - beezdiscounting 0.1.0

  • Initial release with basic scoring of 27-item Monetary Choice Questionnaire and 5.5 trial delay discounting task from the Qualtrics template.

  • Added a NEWS.md file to track changes to the package.

- R
Published by brentkaplan over 2 years ago