Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 14, 2024
1 parent ac1e372 commit 31cccee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/performance_roc.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' classified by the model as having a higher probability of being "condition 1" than
#' a randomly chosen "condition 2" observation.
#'
#' Applying `as.data.frame()` to the ouput returns a data frame containing the following:
#' Applying `as.data.frame()` to the output returns a data frame containing the following:
#' - `Sensitivity` (that actually corresponds to `1 - Specificity`): It is the False Positive Rate.
#' - `Sensitivity`: It is the True Positive Rate, which is the proportion of correctly classified "condition 1" observations.

Check warning on line 14 in R/performance_roc.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/performance_roc.R,line=14,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/performance_roc.Rd

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

0 comments on commit 31cccee

Please sign in to comment.