rwe_gmm_ps_old: Get Propensity Scores by GMM

Description Usage

View source: R/rwe_ps.R

Description

Estimating PS by GMM for three groups

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
rwe_gmm_ps_old(
  grp,
  ps_fml,
  dta,
  att = 0,
  d1_grp = 1,
  method = "BFGS",
  crit = 1e-10,
  tol = 1e-08,
  itermax = 5000,
  control = list(reltol = 1e-10, maxit = 20000),
  ...
)

olssol/rwetools documentation built on April 18, 2021, 11:42 a.m.