correct_conf_int {biodosetools} | R Documentation |
Correct yield confidence interval
Description
Correct yield confidence interval if simple method is required.
Usage
correct_conf_int(
conf_int,
general_fit_var_cov_mat,
protracted_g_value = 1,
type,
dose = seq(0, 10, 0.2)
)
Arguments
conf_int |
Confidence interval. |
general_fit_var_cov_mat |
Generalised variance-covariance matrix. |
protracted_g_value |
Protracted |
type |
Type of yield calculation. Can be "estimate", "lower", or "upper". |
dose |
Numeric value of dose. |
Value
Numeric value of corrected confidence interval.
[Package biodosetools version 3.6.1 Index]