Learn R Programming

ui (version 0.1.1)

print.uiprobit: Prints objects of class uiprobit

Description

Prints objects of class uiprobit

Usage

# S3 method for uiprobit
print(x, digits = 3, digitsci = digits,
  digitsui = digits, ...)

Arguments

x

an objects returned from ui.probit

digits

number of digits to be printed.

digitsci

number of digits to be printed in the confidence interval.

digitsui

number of digits to be printed in the uncertainty interval.

...

Additional arguments, use is discouraged.