fitGrowthnls {pcvr}R Documentation

Ease of use nls wrapper function for fitting growth models specified by growthSS

Description

Helper function generally called from fitGrowth.

Usage

fitGrowthnls(ss, ...)

Arguments

ss

A list generated by growthSS.

...

Additional arguments passed to stats::nls.

Value

An nls object, see ?nls for details.


[Package pcvr version 1.0.0 Index]