print.CDFmodel: Printing object from _CDFmodel_ class by simple print methods

View source: R/print.CDFmodel.R

print.CDFmodelR Documentation

Printing object from CDFmodel class by simple print methods

Description

An object from CDFmodel classes is yielded by function fitCDF. This objects carries the information of a fitted non-linear model.

An object from CDFmodelList classes is yielded by function fitCDF. This objects carries the information of one or more fitted non-linear models.

Usage

## S3 method for class 'CDFmodel'
print(x, digits = getOption("digits"), ...)

## S3 method for class 'CDFmodelList'
print(x, digits = getOption("digits"), ...)

Arguments

x

Object from class CDFmodel.

digits

Number of significant digits to be used.

Details

The definition of these class makes less complex the downstream analyses.

The definition of these class makes less complex the downstream analyses.


genomaths/usefr documentation built on April 18, 2023, 3:35 a.m.