R/qLearnS2.default.R

qLearnS2.default <-
function (H2, Y, A2, s2ints=NULL, ...){ 
  est <- qLearnS2Est (H2, Y, A2, s2ints, ...);

  class (est) <- "qLearnS2";
  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.