View source: R/print.CDFmodel.R
print.CDFmodel | R Documentation |
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.
## S3 method for class 'CDFmodel'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'CDFmodelList'
print(x, digits = getOption("digits"), ...)
x |
Object from class CDFmodel. |
digits |
Number of significant digits to be used. |
The definition of these class makes less complex the downstream analyses.
The definition of these class makes less complex the downstream analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.