ci_func: Outcome analysis.

View source: R/matchMulti-internal.R

ci_funcR Documentation

Outcome analysis.

Description

Calculates confidence interval via grid search.

Usage

ci_func(
  beta,
  obj,
  out.name = NULL,
  schl_id_name = NULL,
  treat.name = NULL,
  alpha,
  alternative = "less"
)

Arguments

beta

Confidence interval value

obj

a multiMatch object

out.name

Name of outcome covariate

schl_id_name

Name of school (group) identifier

treat.name

Name of treatment indicator

alpha

Level of test for confidence interval, default is .05 for 95% CI.

alternative

Direction of test.

Value

The endpoint of an estimated confidence interval.

Author(s)

Luke Keele, Penn State University, ljk20@psu.edu

Sam Pimentel, University of Pennsylvania, spi@wharton.upenn.edu

References

Rosenbaum, Paul R. (2002). Observational Studies. Springer-Verlag.

Rosenbaum, Paul R. (2010). Design of Observational Studies. Springer-Verlag.


matchMulti documentation built on May 31, 2023, 9:13 p.m.