R/qLearnS1.default.R

qLearnS1.default <-
function (object, H1q, A1, s1ints=NULL, ...){ 
  est <- qLearnS1Est (object, H1q, A1, s1ints, ...);

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