View source: R/utils_estimation.R
correct_conf_int | R Documentation |
Correct yield confidence interval if simple method is required.
correct_conf_int(
conf_int,
general_fit_var_cov_mat,
protracted_g_value = 1,
type,
dose = seq(0, 10, 0.2)
)
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. |
Numeric value of corrected confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.