stat_count {callback}R 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 list with class "stat_count" containing two data frames: counts and props.

counts: a data frame with the callback counts.

props: a data frame with the following variables.

Author(s)

Emmanuel Duguet

Examples

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


[Package callback version 0.1.1 Index]