AllColTotalsH0_CONT: Finds all column totals for Compliers and Never Takers under...

Description Usage Arguments Value Examples

View source: R/finitepop.R

Description

Finds all compatible column totals for Compliers and Never Takers under the sharp null for Compliers, based on an observed dataset.

Usage

1
2
AllColTotalsH0_CONT(n_y0x0z0.H0, n_y1x0z0.H0, n_y0x0z1.H0, n_y1x0z1.H0,
  n_y0x1z1.H0, n_y1x1z1.H0)

Arguments

n_y0x0z0.H0

Number of individuals with Y=0, X=0, Z=0.

n_y1x0z0.H0

Number of individuals with Y=1, X=0, Z=0.

n_y0x0z1.H0

Number of individuals with Y=0, X=0, Z=1.

n_y1x0z1.H0

Number of individuals with Y=1, X=0, Z=1.

n_y0x1z1.H0

Number of individuals with Y=0, X=1, Z=1.

n_y1x1z1.H0

Number of individuals with Y=1, X=1, Z=1.

Value

A data.table with all possible combinations of the column totals for Compliers and Never Takers under the sharp null for Compliers.

Examples

1
AllColTotalsH0_CONT(158, 14, 52, 12, 23, 78)

noncompliance documentation built on May 2, 2019, 2:38 a.m.