summary.nlstac {nlstac} | R Documentation |
Summary a nls tac fit.
Description
Gives the fitted coefficients and the convergence information of the fit.
Usage
## S3 method for class 'nlstac'
summary(object, ...)
Arguments
object |
An object of class |
... |
Ignored, for compatibility issues. |
Value
Returns, via the print.nlstac
function the following items:
- Formula: The formula fitted to the data
- Parameters: The value of the estimated parameters (Estimated) together
with their standard errors (Std. Error), and their statistical
significance (t value, Pr(>|t|), signif. stars)
- SSR and df.
- Convergence information: N. of iterations and the tolerance achieved.
[Package nlstac version 0.2.0 Index]