R/plot.learnIQ1var.R

plot.learnIQ1var <-
function (x, ...){
  if (!x$homo){
    par (mfrow=c(2,2))
    plot (x$s1VarFit, ...);
  }
  else{
    print (paste ("Variance assumed constant"));
  }
}

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.