AIC.mmkin.Rd
Provides a convenient way to compare different kineti models fitted to the same dataset.
# S3 method for mmkin AIC(object, ..., k = 2)
object | An object of class |
---|---|
… | For compatibility with the generic method |
k | As in the generic method |
As in the generic method (a numeric value for single fits, or a dataframe if there are several fits in the column).
#> Error in mmkin(c("SFO", "FOMC", "DFOP"), list(`FOCUS A` = FOCUS_2006_A, `FOCUS C` = FOCUS_2006_C)): konnte Funktion "mmkin" nicht finden#> Error in AIC(f[1, "FOCUS A"]): Objekt 'f' nicht gefunden# For FOCUS A, the models fit almost equally well, so the higher the number # of parameters, the higher (worse) the AIC AIC(f[, "FOCUS A"])#> Error in AIC(f[, "FOCUS A"]): Objekt 'f' nicht gefunden#> Error in AIC(f[, "FOCUS A"], k = 0): Objekt 'f' nicht gefunden#> Error in AIC(f[, "FOCUS C"]): Objekt 'f' nicht gefunden