SKS_stat_cov_rq: SKS_stat_cov_rq

View source: R/helper_stat_calc.R

SKS_stat_cov_rqR Documentation

SKS_stat_cov_rq

Description

Shifted kolmogorov-smirnov statistic with covariates and quantile regression.

Usage

SKS_stat_cov_rq(Y, Z, X)

Arguments

Y

Observed outcome vector

Z

Treatment assigment vector

X

Additional pre-treatment covariates to adjust for in estimation, but not to interact with treatment.

Value

The test statistic value.

Examples

df <- make_randomized_dat( 1000, gamma.vec=c(1,1,1,2), beta.vec=c(-1,-1,1,0) )
SKS_stat_cov_rq(df$Yobs, df$Z, df$A)


hettx documentation built on Feb. 24, 2026, 5:08 p.m.