#' Random forest cross-validation function
#'
#' This function predicts an output class using covariates.
#'
#' @param k Number of folds.
#' @keywords prediction
#'
#' @return Numeric with cross-validation error.
#'
#' @examples
#'
#' @export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.