summary.nlstac {nlstac} | R Documentation |
Gives the fitted coefficients and the convergence information of the fit.
## S3 method for class 'nlstac'
summary(object, ...)
object |
An object of class |
... |
Ignored, for compatibility issues. |
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.