Skip to content

Commit

Permalink
fix bubu
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Mar 26, 2024
1 parent f4601c6 commit 52b33b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CyclopsModels.R
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ createCyclopsModel <- function(fit, modelType, useCrossValidation, cyclopsData,
#get CV - added && status == "OK" to only run if the model fit sucsessfully
if(modelType == "logistic" && useCrossValidation && !is.null(prior)){
outcomeModel$cv <- getCV(cyclopsData, labels, cvVariance = fit$variance, folds = folds,
priorType = prior)
prior = prior)
}

return(outcomeModel)
Expand Down

0 comments on commit 52b33b6

Please sign in to comment.