#'@title nestedCV
#'@description Description for function
#'@param data Dataframe containing all observations and features
#'@return Nested cross validation accuracy over all outer folds
#'@import doParallel randomForest kernlab LiblineaR
#'@export nestedCV
nestedCV <- function() {
# function code goes in here
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.