Recent Releases of nemsqar
nemsqar - nemsqar 1.1.2
- Fixed broken URLs in the documentation for
nemsqa_binomial_confint().
- R
Published by bemts-hhs 7 months ago
nemsqar - nemsqar 1.1.1
In
airway_01_population(), the filter_process object had one text descriptor"All initial population successful intubation with no hypoxia or hypoxia/hypotension"which was corrected to be"All initial population successful intubation with no hypoxia/hypotension".Also, in
trauma_14_population(), thefilter_processobject has one text descriptor"Tournique procedure"which was corrected to be"Tourniquet procedure".Additionally, trauma14population() should just work after passing an arbitrary number of (applicable) columns to the
transport_dispositionargument. In {nemsqar} 1.1.0, only one column will work as thegrepl()call is not wrapped indpyr::if_any(). This was fixed so that users can reference other columns that contain transport disposition data, such as eDisposition.12 from NEMSIS 3.4 (or earlier versions as applicable). This helps with back compatibility when using this measure to earlier versions of NEMSIS, or later versions.
- R
Published by bemts-hhs 7 months ago
nemsqar - nemsqar 1.1.0
Enhancements
- Optional Confidence Intervals: Added the ability to compute confidence intervals using the Wilson or Clopper-Pearson (exact) method. This feature is optional and can be enabled when working with sample data.
- Introduced
nemsqa_binomial_confint(), a lightweight wrapper aroundprop.test()andbinom.test()for calculating Wilson and exact confidence intervals. This function eliminates the need for an additional package dependency. - Ensure warning messages where any
denominator< 10 are elegant and helpful, andnemsqa_binomial_confit()handles division by zero cases well. - Updated all wrapper functions (e.g.,
airway_01()) to support optional confidence interval calculation. - Maintained full backward compatibility with nemsqar 1.0.0 by setting
confidence_interval = FALSEas the default behavior.
- Introduced
- Dynamic
results_summarize(): Enhancedresults_summarize()to dynamically calculate only the specified groups, utilizing the previously unusedpopulation_labelsobject. This reduces unnecessary calculations and streamlines function performance. - Improved Documentation:
- Updated and expanded the documentation for
results_summarize()andsummarize_measure(), offering clearer usage instructions and examples to enhance the user experience. - Refined the documentation for multiple other functions, improving clarity and usability.
- Updated and expanded the documentation for
- R
Published by bemts-hhs 11 months ago