voiage.cli.plot_voi_curves
plot_voi_curves
Section titled “plot_voi_curves”plot_voi_curves([positional or keyword] series_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON plot series data'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the VOI curves plot')) -> NonePlot EVPI/EVSI VOI curves from JSON series data.
Examples
Section titled “Examples”Plot VOI curves from a JSON series file:
.. code-block:: bash
voiage plot-voi-curves curves.json
Parameters:
series_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON plot series data'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the VOI curves plot'))
Returns: None