print.tna: Print a tna object
Description
Print a tna object
Usage
# S3 method for tna
print(x, digits = getOption("digits"), generic = FALSE, ...)Value
The tna object passed as argument x (invisibly).
Arguments
- x
A tna object.
- digits
An integer giving the number of
significant digits to print.
- generic
A logical value. If TRUE, use generic print method
instead. Defaults to FALSE.
- ...
Ignored.
Examples
Run this codemodel <- tna(group_regulation)
print(model)
Run the code above in your browser using DataLab