NearestNeighbors: Nearest Neighbor selection on covariates or outcome paths...

Description Usage

View source: R/estimator.R

Description

Nearest Neighbor selection on covariates or outcome paths Defaults to unweighted distance on outcome paths if covariates are not specified, or standard deviations with respect to covariates if covariates are specified.

Usage

1
2
3
4
5
6
7
8
9
NearestNeighbors(
  treated,
  donors,
  treated.covariates,
  donors.covariates,
  treatment,
  tune.pars,
  ...
)

maxkllgg/masc documentation built on Sept. 7, 2021, 8:44 a.m.