print.stat_prop: Print the callback proportions analysis

View source: R/callback_methods.R

print.stat_propR Documentation

Print the callback proportions analysis

Description

Computes the callbacks rates for each candidate, with their confidence intervals.

Usage

## S3 method for class 'stat_prop'
print(x, digits = 3, ...)

Arguments

x

A stat_prop object.

digits

minimal number of significant digits.

...

further arguments passed to or from other methods.

Value

Printed output.

Examples

data(labour1)
x <- callback(labour1, "offer", "hist", "callback", comp = "all")
print(stat_prop(x,level=0.99))

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