R/learnIQ1var.default.R

learnIQ1var.default <-
function (object, H1CVar=NULL, s1sInts=NULL, method="homo", ...){ 
  est <- iqQ1varEst (object, H1CVar, s1sInts, method, ...); 

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