Learn R Programming

netdose (version 0.7-4)

print.predict.netdose: Print method for objects of class predict

Description

Print method for objects of class predict

Usage

# S3 method for predict.netdose
print(
  x,
  backtransf = attr(x, "backtransf"),
  digits = gs("digits"),
  big.mark = gs("big.mark"),
  ...
)

Value

The input object is printed to the console. No return value.

Arguments

x

An object of class predict.netdose.

backtransf

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.

digits

Minimal number of significant digits, see print.default.

big.mark

A character used as thousands separator.

...

Additional arguments (ignored).