R/summary.learnIQ1var.R

summary.learnIQ1var <-
function (object, ...){

  if (!object$homo){
    res <- list (s1Reg=object$s1VarFit, varType=object$homo);
    class (res) <- "summary.learnIQ1var"
    res
  }
  else{
    res <- list (s1Reg=object$stdDev, varType=object$homo);
    class (res) <- "summary.learnIQ1var"
    res
  }
}

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.