Skip to content

Commit

Permalink
bug fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hneth committed Sep 15, 2022
1 parent 1ca957e commit 6104a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ cost_cues_append <- function(formula,
#' \code{comp_pred} provides the main wrapper for running alternative classification algorithms, such as CART (\code{rpart::rpart}),
#' logistic regression (\code{glm}), support vector machines (\code{svm::svm}), and random forests (\code{randomForest::randomForest}).
#'
#' @param formula A formula (ususally \code{x$formula}, for an \code{FFTrees} object \code{x}).
#' @param formula A formula (usually \code{x$formula}, for an \code{FFTrees} object \code{x}).
#' @param data.train A training dataset (as data frame).
#' @param data.test A testing dataset (as data frame).
#'
Expand Down
2 changes: 1 addition & 1 deletion man/comp_pred.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6104a05

Please sign in to comment.