fitModels: Fit a list of previously built models on some experimental...

View source: R/fitModels.R

fitModelsR Documentation

Fit a list of previously built models on some experimental data

Description

The fitting itself is performed with the nlsLM() function from the minpack.lm package.

Usage

fitModels(customModels, x, y, initParams = NULL)

Arguments

customModels

List of models built with buildModel()

x

Numeric vector, x data

y

Numeric vector of same length as x, y data

initParams

List of named lists of starting values for model fitting, if NULL then the default values specified at model building are used

Value

Output from nlsLM


mdjbru-R-packages/thermPerf documentation built on Nov. 4, 2023, 11:48 p.m.