View source: R/utils_estimation.R
correct_yield | R Documentation |
Correct yields if they are below the curve
correct_yield(
yield,
type = "estimate",
general_fit_coeffs,
general_fit_var_cov_mat,
conf_int
)
yield |
Numeric value of yield. |
type |
Type of yield calculation. Can be "estimate", "lower", or "upper". |
general_fit_coeffs |
Generalised fit coefficients matrix. |
general_fit_var_cov_mat |
Generalised variance-covariance matrix. |
conf_int |
Curve confidence interval. |
Numeric value of corrected yield.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.