Fixed a bug in fp.logit(), allowing for nEES as input.
Fixed a bug in tite.boinet(), and tite.gboinet(), removing an option of estpt.method="fp.logistic".
Updated descriptions of stopping.prob.T and stopping.prob.E in boinet(), gboinet(), tite.boinet(), and tite.gboinet().
Changed a phrase of Stop % to No OBD % in output from boinet(), gboinet(), tite.boinet(), and tite.gboinet().
Fixed a bug in gridoptim(), regarding the matrix processing.
Fixed a bug in boinet(), gboinet(), tite.boinet(), and tite.gboinet(), regarding the dose-escalation procedure when the next cohort dose level is chosen based on the maximum efficacy probability.
Added result formatting system:
format_boinet_results(): Main function to format simulation results into
multiple output formats ("list", "tidy", "gt_ready")Added gt table integration:
create_boinet_tables(): Quick creation of publication-ready gt tablescreate_oc_gt_table(): Create formatted operating characteristics tablescreate_design_gt_table(): Create formatted design parameter tablesEnhanced data extraction:
extract_boinet_data(): Convenience function to extract tidy data frames for analysisextract_operating_characteristics(): Extract OC data in tidy formatextract_design_summary(): Extract design parameters in tabular formatImproved summary methods:
summary.boinet(): Enhanced summary for BOIN-ET resultssummary.tite.boinet(): Enhanced summary for TITE-BOIN-ET resultssummary.gboinet(): Enhanced summary for gBOIN-ET resultssummary.tite.gboinet(): Enhanced summary for TITE-gBOIN-ET resultsNEWS.md file to track changes to the package.