voiage.cli.plot_ceaf
plot_ceaf
Section titled “plot_ceaf”plot_ceaf([positional or keyword] surface_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON surface data with net_benefit and wtp_thresholds'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the CEAF plot')) -> NonePlot a Cost-Effectiveness Acceptability Frontier.
Examples
Section titled “Examples”Plot a CEAF from a JSON surface file:
.. code-block:: bash
voiage plot-ceaf surface.json
Parameters:
surface_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON surface data with net_benefit and wtp_thresholds'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the CEAF plot'))
Returns: None