Skip to content

Commit 5fe6fd3

Browse files
committed
remove unneeded library()
1 parent 29140e7 commit 5fe6fd3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ library(tailor)
4848
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.
4949

5050
```{r}
51-
library(dplyr)
5251
library(modeldata)
5352
5453
head(two_class_example)

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ and `Class2`). The hard class predictions, in `predicted`, are
5353
`"Class2"` otherwise.
5454

5555
``` r
56-
library(dplyr)
57-
#>
58-
#> Attaching package: 'dplyr'
59-
#> The following objects are masked from 'package:stats':
60-
#>
61-
#> filter, lag
62-
#> The following objects are masked from 'package:base':
63-
#>
64-
#> intersect, setdiff, setequal, union
6556
library(modeldata)
6657

6758
head(two_class_example)

0 commit comments

Comments
 (0)