R/cvqsquare.R

Defines functions cvqsquare

Documented in cvqsquare

cvqsquare <-
function( modelData, formula = NULL, nFold = N, nRun = 1, nu = 1, round = 4, extOut = FALSE, extOutFile = NULL  ){
#  call <- match.call()
  N <- nrow(modelData)

  #forward to the actual method
  x <- mainfunc.q2( modelData, NULL, formula, nFold, nRun, nu, round, extOut, extOutFile, match.call() )
  return(x)
}

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.