model: Picking a model among a spring fit

Description Usage Arguments Value See Also

Description

Send a model corresponding to a given couple of lambda1, lambda2. If applied on a spring object, lambda2 is ignored. if applied on a list of spring object, sleection is made according both lambda1 and lambda2.

Usage

1
model(object, lambda1, lambda2=NULL)

Arguments

object

A list or a single object with class spring. Typically, an output of the spring fitting function.

lambda1

a scalar. The model with the closest lambda1 is picked out from the available fit in object.

lambda2

a scalar. The model with the closest lambda2 is picked out from the available fit in object. Useless (and ignored) if a single spring object is provided.

Value

A object with class model. See the corresponding documentation and method.

See Also

model.


spring documentation built on May 2, 2019, 6:09 p.m.