nlme (version 3.1-1)

formula.nlsList: Extract nlsList Object Formula

Description

This method function extracts the common nonlinear model formula associated with each nls component of object.

Usage

formula(object)

Arguments

object
an object inheriting from class nlsList, representing a list of nls objects with a common model.

Value

  • a two-sided nonlinear formula specifying the model used to obtain the nls components of object.

See Also

nlsList

Examples

Run this code
data(Loblolly)
fm1 <- nlsList(SSasymp, Loblolly)
formula(fm1)

Run the code above in your browser using DataLab