fitmodellist {temperatureresponse} | R Documentation |
Fit model list
Description
Fits list of models (all models in package by default)
Usage
fitmodellist(temp, rate, augment = F, return_fit = F,
models = paste0("equ", 4:15))
Arguments
temp |
temperature (in Celsius) |
rate |
rate measurement (for example growth rate, but could also be abundance) |
augment |
logical wether the dataset with fits should be returned instead of the parameter values |
return_fit |
logical should the model object be returned |
models |
list of strings of equations to be fit such as paste0("equ",4:15) |
Value
a data frame of, depending on augment argument, if FALSE, parameters, if TRUE, data with predicted values
Examples
output <- with(Emiliania_huxleyi, fitmodellist(temp=temp, rate=rate))
[Package temperatureresponse version 0.2 Index]