View source: R/calcs_estimation.R
AIC_from_data | R Documentation |
Calculate AIC (Akaike's 'An Information Criterion')
AIC_from_data(
general_fit_coeffs,
data,
dose_var = "dose",
yield_var = "yield",
fit_link = "identity"
)
general_fit_coeffs |
Generalised fit coefficients matrix. |
data |
Data (dose, yield) to calculate AIC from. |
dose_var |
Name of the dose variable (enquoted). |
yield_var |
Name of the yield variable (enquoted). |
fit_link |
A specification for the model link function. |
Numeric value of AIC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.