stat_count: Callback counts on paired data

View source: R/stat_count.R

stat_countR Documentation

Callback counts on paired data

Description

Computes the callback count statistics from the paired data sets.

Usage

stat_count(x)

Arguments

x

A callback object.

Value

A data frame containing the following variables:

callback1 number of callbacks for candidate 1
callback2 number of callbacks for candidate 2
c00 number of test without a callback
c10 number of tests with callbacks for candidate 1 only
c01 number of tests with callbacks for candidate 2 only
c11 number of tests with callbacks for both candidates
callback number of tests with at least one callback for either candidate
calldif difference in callback numbers (callback1-callback2)

Examples

data(labour2)
x <- callback(data=labour2,cluster="offer",candid="hist",callback="callback")
stat_count(x)


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