nafta: Evaluate parent kinetics using the NAFTA guidance
Description
The function fits the SFO, IORE and DFOP models using
mmkin and returns an object of class
nafta that has methods for printing and plotting.
Usage
nafta(ds, title = NA, quiet = FALSE, …)
Arguments
ds
A dataframe that must contain one variable called "time" with the time
values specified by the time argument, one column called "name" with
the grouping of the observed values, and finally one column of observed
values called "value".
An list of class nafta. The list element named "mmkin" is the
mmkin object containing the fits of the three models.
The list element named "title" contains the title of the dataset used.
The list element "data" contains the dataset used in the fits.