print.predict.netdose {netdose} | R Documentation |
Print method for objects of class predict
Description
Print method for objects of class predict
Usage
## S3 method for class 'predict.netdose'
print(
x,
backtransf = attr(x, "backtransf"),
digits = gs("digits"),
big.mark = gs("big.mark"),
...
)
Arguments
x |
An object of class |
backtransf |
A logical indicating whether printed results
should be back transformed. If |
digits |
Minimal number of significant digits, see
|
big.mark |
A character used as thousands separator. |
... |
Additional arguments (ignored). |
Value
The input object is printed to the console. No return value.
[Package netdose version 0.6-0 Index]