Skip to content

Commit

Permalink
remove unneeded library()
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Sep 13, 2024
1 parent 29140e7 commit 5fe6fd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ library(tailor)
The `two_class_example` dataset from modeldata gives the true value of an outcome variable `truth` as well as predicted probabilities (`Class1` and `Class2`). The hard class predictions, in `predicted`, are `"Class1"` if the probability assigned to `"Class1"` is above `.5`, and `"Class2"` otherwise.

```{r}
library(dplyr)
library(modeldata)
head(two_class_example)
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ and `Class2`). The hard class predictions, in `predicted`, are
`"Class2"` otherwise.

``` r
library(dplyr)
#>
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#>
#> filter, lag
#> The following objects are masked from 'package:base':
#>
#> intersect, setdiff, setequal, union
library(modeldata)

head(two_class_example)
Expand Down

0 comments on commit 5fe6fd3

Please sign in to comment.