R/calibrationPower.R

Defines functions calibrationPower

Documented in calibrationPower

calibrationPower <-
function( data, obs = "observed", pred = "predicted", nu = 0, round = 4, extOut = FALSE, extOutFile = NULL ){
  mainfunc.stats( data, obs, pred, NULL, nu, round, "calibration", extOut, extOutFile, match.call() )
}

Try the cvq2 package in your browser

Any scripts or data that you put into this service are public.

cvq2 documentation built on May 2, 2019, 8:29 a.m.