nemsqa_binomial_confint().Inairway_01_population(), the filter_process objecthad 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, intrauma_14_population(), thefilter_process object has one text descriptor"Tournique procedure" which was corrected to be"Tourniquet procedure".
Additionally, trauma_14_population() shouldjust workafter passing an arbitrary number of (applicable) columns to thetransport_disposition argument. In {nemsqar} 1.1.0, onlyone column will work as thegrepl() call is not wrapped indpyr::if_any(). This was fixed so that users can referenceother columns that contain transport disposition data, such aseDisposition.12 from NEMSIS 3.4 (or earlier versions as applicable).This helps with back compatibility when using this measure to earlierversions of NEMSIS, or later versions.
nemsqa_binomial_confint(), a lightweightwrapper aroundprop.test() andbinom.test()for calculating Wilson and exact confidence intervals. This functioneliminates the need for an additional package dependency.denominator < 10are elegant and helpful, andnemsqa_binomial_confit()handles division by zero cases well.airway_01()) tosupport optional confidence interval calculation.confidence_interval = FALSE asthe default behavior.results_summarize(): Enhancedresults_summarize() to dynamically calculate only thespecified groups, utilizing the previously unusedpopulation_labels object. This reduces unnecessarycalculations and streamlines function performance.results_summarize() andsummarize_measure(),offering clearer usage instructions and examples to enhance the userexperience._population workhorse functions handling data extractionandmeasure_## wrapper functions streamlining performancecalculations.airway_01(),airway_05(),airway_18()asthma_01(),hypoglycemia_01(),pediatrics_03b()respiratory_01(),respiratory_02(),safety_01()safety_02(),safety_04(),seizure_02()stroke_01(),syncope_01(),tbi_01()trauma_01(),trauma_03(),trauma_04()trauma_08(),trauma_14(),ttr_01()airway_01_population(),airway_05_population(),airway_18_population()asthma_01_population(),hypoglycemia_01_population(),pediatrics_03b_population()respiratory_01_population(),respiratory_02_population(),safety_01_population()safety_02_population(),safety_04_population(),seizure_02_population()stroke_01_population(),syncope_01_population(),tbi_01_population()trauma_01_population(),trauma_03_population(),trauma_04_population()trauma_08_population(),trauma_14_population(),ttr_01_population()results_summarize(),summarize_measure()