Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fit-class

Class "fit" to store the results of model fitting associated with all datasets analyzed.


Description

Class to store results of model fitting associated with all datasets in a single call to the fitModel function. An object of class fit is stored in the slot fit of objects of class multimodel.

Objects from the Class

Objects can be created by calls of the form new("fit", ...).

Slots

rss
resultlist:

Object of class "list" that contains an object of class res for each dataset modeled, in the order that they were specified.

nlsres:

Object of class "list" containing named elements

  • onlsoutput of the call to nls used in model optimization.

  • sumonlsresult of call summary(onls)

Author(s)

Katharine M. Mullen, Ivo H. M. van Stokkum

See Also


TIMP

Fitting Separable Nonlinear Models in Spectroscopy and Microscopy

v1.13.2
GPL (>= 2)
Authors
Katharine M. Mullen, Joris J. Snellenburg, Sergey P. Laptenok, David Nicolaides, Ivo H.M. van Stokkum
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.