print.stat_comp: Print the callback comparison statistics

View source: R/callback_methods.R

print.stat_compR Documentation

Print the callback comparison statistics

Description

Print the results of the the Student and binomial tests of equality between the callback rates.

Usage

## S3 method for class 'stat_comp'
print(x, digits = 5, ...)

Arguments

x

A stat_comp object.

digits

minimal number of significant digits.

...

further arguments passed to or from other methods.

Value

Printed output.

Examples

data(labour1)
print(stat_comp(callback(data=labour1, cluster="offer",candid="hist",
callback="callback", comp = "all")))

callback documentation built on May 29, 2024, 4:57 a.m.