print.oddsratio: Print a scale "oddsratio" object

print.oddsratioR Documentation

Print a scale "oddsratio" object

Description

Print method for the oddsratio() function.

Usage

## S3 method for class 'oddsratio'
print(x, digits = 3, ...)

Arguments

x

A oddsratio() result.

digits

The rounding precision.

...

further arguments passed to or from other methods.

Value

  • invisible oddsratio object (x).

See Also

  • print(), oddsratio(),

Examples

oddsratio(grp1 = c(1, 10), grp2 = c(3, 10))
oddsratio(grp1 = c(3, 10), grp2 = c(1, 10))
oddsratio(grp1 = c(3, 10), grp2 = c(1, 10), alpha = .01)

tbates/umx documentation built on March 16, 2024, 4:26 a.m.