Print method for objects of class predict
# S3 method for predict.netdose
print(
x,
backtransf = attr(x, "backtransf"),
digits = gs("digits"),
big.mark = gs("big.mark"),
...
)The input object is printed to the console. No return value.
An object of class predict.netdose.
A logical indicating whether printed results
should be back transformed. If backtransf=TRUE, results
for sm="OR" are printed as odds ratios rather than log
odds ratios, for example.
Minimal number of significant digits, see
print.default.
A character used as thousands separator.
Additional arguments (ignored).