print.nlstac: Print a nlstac Model

print.nlstacR Documentation

Print a nlstac Model

Description

Standard method for overriding the print.list method for nlstac model fit.

Usage

## S3 method for class 'nlstac'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class "nlstac" obtained by the nls_tac function.

digits

a positive integer indicating how many significant digits are to be shown.

...

Ignored, for compatibility issues.

Author(s)

Mariano Rodríguez-Arias (arias@unex.es). Deptartment of Mathematics

Juan Antonio Fernández Torvisco (jfernandck@alumnos.unex.es). Department of Mathematics

University of Extremadura (Spain)

Rafael Benítez (rafael.suarez@uv.es). Department of Business Mathematics

University of Valencia (Spain)


nlstac documentation built on April 11, 2023, 6:12 p.m.

Related to print.nlstac in nlstac...