| em_gauss_lap | R Documentation | 
old version. kept for debugging.
em_gauss_lap(d_vec, w_vec, cutoff, reltol = 1e-06, maxit = 200L,
  integrate_options = list(), quiet = FALSE, ...)
d_vec | 
 binary integer vector of assignment  | 
w_vec | 
 numeric vector of observed running variable  | 
cutoff | 
 threshold value for assignment  | 
reltol | 
 relative tolerance requied  | 
maxit | 
 maximum number of iteration  | 
integrate_options | 
 controls to pass to   | 
quiet | 
 if false, progress is reported  | 
... | 
 currently not used  | 
## Not run: 
dat <- gen_data(500, 0.2, 0)
em_gauss_lap(dat$d, dat$w, 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.