Calculate AIC (Akaike's 'An Information Criterion')
AIC_from_data(
general_fit_coeffs,
data,
dose_var = "dose",
yield_var = "yield",
fit_link = "identity"
)Numeric value of AIC.
Generalised fit coefficients matrix.
Data (dose, yield) to calculate AIC from.
Name of the dose variable (enquoted).
Name of the yield variable (enquoted).
A specification for the model link function.