R/summary.value.R

summary.value <-
function (object, ...){
  
  res <- list (optVal=object$value, PosPos=object$valPosPos,
  PosNeg=object$valPosNeg, NegPos=object$valNegPos,
  NegNeg=object$valNegNeg); 
  class (res) <- "summary.value"
  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.