stat_count | R Documentation |
Computes the callback count statistics from the paired data sets.
stat_count(x)
x |
A |
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 ) |
data(labour2)
x <- callback(data=labour2,cluster="offer",candid="hist",callback="callback")
stat_count(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.