Default control parameters for run_assessment
Source: R/assessment_functions.R
run_control_default.Rd Default parameters that control the way
the assessment is run. Presently only includes parameters for post-hoc
power, but it is intended to move
recent_trend here, along with the
arguments that control the calculation of numerical derivatives.
Value
A list with the following components:
powerA list with the following components (all expressed as percentages):target_powerdefault = 90%target_trenddefault = 5%sizedefault = 5% The power calculations are currently only applied to log-normally distributed data, which is why the trend is expressed as a percentage.
recent_changeA list with the following components:n_year_fitdefault = 5Ln_year_positivedefault = 5L A recent change will only be computed if there are at leastn_year_fityears of data in the recent period, of which at leastn_year_positivecontain at least one non-censored measurement. This only affects normally or log-normally distributed data.