Learn R Programming

binGroup2 (version 1.3.1)

print.propDiffCI: Print method for objects of class "propDiffCI"

Description

Print method for objects of class "propDiffCI" created by the propDiffCI function.

Usage

# S3 method for propDiffCI
print(x, ...)

Value

A print out of the point estimate and confidence interval found with propDiffCI.

Arguments

x

An object of class "propDiffCI" (propDiffCI).

...

Additional arguments to be passed to print.

Author

This function was originally written as print.poolbindiff by Brad Biggerstaff for the binGroup package. Minor modifications were made for inclusion of the function in the binGroup2 package.