Learn R Programming

binGroup2 (version 1.3.1)

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

Description

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

Usage

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

Value

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

Arguments

x

An object of class "propCI" (propCI).

...

Additional arguments to be passed to print.

Author

This function is a combination of print.poolbindiff and print.bgt, written by Brad Biggerstaff for the binGroup package. Minor modifications were made for inclusion of the function in the binGroup2 package.