update_outputs: Update dose estimation box with yield values
Description
Update dose estimation box with yield values
Usage
update_outputs(num_cases, reactive_data, output, yield_fun, manual, table)
Value
yield per dose. Numeric
Arguments
- num_cases
number of cases to estimate.
- reactive_data
to access reactive data.
- output
output for the UI.
- yield_fun
function for calculating yield, in utils_estimation.R
- manual
logical, indicates if using manual input or file data.
- table
the data input table.