R/run_CV_clinical.R

Defines functions run_CV_clinical

#' @export

run_CV_clinical <- function(
  M, K_fold_repetitions, K, X, Z, times, delta, boost_intercepts_continually=boost_intercepts_continually
) {
  return(run_CV_cyclic_helper_mu(M_fixed=1, M, K_fold_repetitions, K, X, Z, times, delta, boost_intercepts_continually=boost_intercepts_continually))
}
vegarsti/fhtboost documentation built on Dec. 14, 2019, 10:44 p.m.