powered by
Fits list of models (all models in package by default)
fitmodellist(temp, rate, augment = F, return_fit = F, models = paste0("equ", 4:15))
temperature (in Celsius)
rate measurement (for example growth rate, but could also be abundance)
logical wether the dataset with fits should be returned instead of the parameter values
logical should the model object be returned
list of strings of equations to be fit such as paste0("equ",4:15)
a data frame of, depending on augment argument, if FALSE, parameters, if TRUE, data with predicted values
# NOT RUN { output <- with(Emiliania_huxleyi, fitmodellist(temp=temp, rate=rate)) # }
Run the code above in your browser using DataLab