get_alpha_bounds: Calculate sharp bounds for a0 and a1

Description Usage Arguments Value Examples

Description

Calculate sharp bounds for a0 and a1

Usage

1

Arguments

obs

List of observables calculated by getObs.

Value

Vector with two elements: the first is the upper bound for a0 and the second is the upper bound for a1. (The lower bounds for each are both zero.)

Examples

1
2
3
4
5
6
7
8
afghanControls <- c("headchild", "age",  "yrsvill",  "farsi",  "tajik",
                   "farmers",  "agehead",  "educhead",  "nhh",  "land",
                   "sheep", "distschool", "chagcharan")
afghanY <- "testscore"
afghanT <- "enrolled"
afghanZ <- "buildschool"
afghanObs <- getObs(afghanY, afghanT, afghanZ, afghanControls, afghan)
get_alpha_bounds(afghanObs)

fditraglia/binivdoctr documentation built on May 16, 2019, 12:10 p.m.