fitmodellist: Fit model list

Description Usage Arguments Value Examples

Description

Fits list of models (all models in package by default)

Usage

1
2
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

1
output <- with(Emiliania_huxleyi, fitmodellist(temp=temp, rate=rate))

temperatureresponse documentation built on May 2, 2019, 9:43 a.m.