diff --git a/R/gofstatistics.R b/R/gofstatistics.R index f1494c3..b919ffe 100644 --- a/R/gofstatistics.R +++ b/R/gofstatistics.R @@ -32,7 +32,7 @@ #' \link{rocpr} function). #' } #' -#' Users can create their own statistics for use with the code{gof} methods. To +#' Users can create their own statistics for use with the \code{gof} methods. To #' do so, one needs to write a function that accepts and returns the respective #' objects described in the enumeration above. It is advisable to look at the #' definitions of some of the existing functions to add custom functions. It is diff --git a/man/gof-statistics.Rd b/man/gof-statistics.Rd index 0fdeb0e..7315f9d 100644 --- a/man/gof-statistics.Rd +++ b/man/gof-statistics.Rd @@ -189,7 +189,7 @@ the \link{gof-methods} help page). There are three types of statistics: \link{rocpr} function). } -Users can create their own statistics for use with the code{gof} methods. To +Users can create their own statistics for use with the \code{gof} methods. To do so, one needs to write a function that accepts and returns the respective objects described in the enumeration above. It is advisable to look at the definitions of some of the existing functions to add custom functions. It is