R/print.summary.qLearnS1.R

print.summary.qLearnS1 <-
function (x, ...){

  cat ("\nStage 1 Regression: \n");
  print (summary (x$reg1));
}

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.