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 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).

Value

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


[Package netdose version 0.6-0 Index]