R/value.default.R

value.default <-
function (d1, d2, Y, A1, A2){
  est <- valueEst (d1, d2, Y, A1, A2);
  class (est) <- "value";

  est
}

Try the iqLearn package in your browser

Any scripts or data that you put into this service are public.

iqLearn documentation built on May 2, 2019, 6:44 a.m.