Skip to contents

Rosenbaum-Rubin (1983) PS-stratification (default n_strata = 5, Cochran 1968 convention). Use MatchIt::matchit(method = "subclass") for an R-side equivalent.

Usage

morie_otis_psm_subclass(...)

Arguments

...

Arguments mirroring morie_otis_ipw_ate().

Value

Stops with a redirect to MatchIt subclassification.

Examples

if (FALSE) { # \dontrun{
  morie_otis_psm_subclass(df, treatment = "d", outcome = "y",
                           covariates = "x")
} # }