umx (version 4.0.0)

print.oddsratio: Print a scale "oddsratio" object

Description

Print method for the umx::oddsratio() function.

Usage

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

Arguments

x
digits

The rounding precision.

...

further arguments passed to or from other methods.

Value

  • invisible oddsratio object (x).

See Also

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataCamp Workspace