sandImpACE: Calculates standard error of Average causal effect

Description Usage Arguments

View source: R/sandImpACE.R

Description

This is a support function for ui.causal and calculates standard error of Average causal effect for the regression imputation estimator.

Usage

1
sandImpACE(X, y, z, BetaOLSy0, BetaOLSy1, NaivEst, N, p)

Arguments

X

Covariate matrix.

y

Outcome vector.

z

missingness indicator.

BetaOLSy0

Coefficients from non-treated regression.

BetaOLSy1

Coefficients from treated regression.

NaivEst

Naiv estimates.

N

Total number.

p

Number of covariates outcome regression.


ui documentation built on Nov. 11, 2019, 5:07 p.m.

Related to sandImpACE in ui...