Skip to content

Commit f1bdad4

Browse files
committed
update docs
1 parent 1ca1359 commit f1bdad4

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

R/performance_roc.R

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
#' based on response and predictions of a binomial model.
66
#'
77
#' @param x A numeric vector, representing the outcome (0/1), or a model with
8-
#' binomial outcome.
8+
#' binomial outcome.
99
#' @param predictions If \code{x} is numeric, a numeric vector of same length
10-
#' as \code{x}, representing the actual predicted values.
10+
#' as \code{x}, representing the actual predicted values.
1111
#' @param new_data If \code{x} is a model, a data frame that is passed to
12-
#' \code{predict()} as \code{newdata}-argument. If \code{NULL}, the ROC for
13-
#' the full model is calculated.
12+
#' \code{predict()} as \code{newdata}-argument. If \code{NULL}, the ROC for
13+
#' the full model is calculated.
1414
#' @param ... One or more models with binomial outcome. In this case,
15-
#' \code{new_data} is ignored.
15+
#' \code{new_data} is ignored.
16+
#'
17+
#' @note There is also a \href{https://easystats.github.io/see/articles/performance.html}{\code{plot()}-method} implemented in the \href{https://easystats.github.io/see/}{\pkg{see}-package}.
1618
#'
1719
#' @return A data frame with three columns, the x/y-coordinate pairs for the ROC
1820
#' curve (\code{Sensivity} and \code{Specifity}), and a column with the model

man/check_outliers.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/performance_roc.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)