Skip to content

Commit 3e9bf56

Browse files
committed
v1.0 release
1 parent 6a10b47 commit 3e9bf56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vibr
22
Title: Variable Importance in Black-Box Regression
3-
Version: 0.0.0.9005
3+
Version: 1.0.0
44
Date: 16-aug-2021
55
Authors@R:
66
person(given = "Alexander",

vignettes/vibr-vignette.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ vibr::plotshift_wt(vi, Acol=5, delta = 0.001)
9898
Rather than jumping into analysis, as we did above. It's worth checking identifiability
9999
prior to fitting models. This can be done using `precheck_identification`:
100100
```{r second example}
101-
ident <- precheck_identification(X=X, delta=0.01,
101+
suppressWarnings(ident <- precheck_identification(X=X, delta=0.01,
102102
Xdensity_learners=Xdensity_learners[c(1,2,3)],
103103
Xbinary_learners=Xbinary_learners, threshold=10,
104-
scale_continuous = TRUE)
104+
scale_continuous = TRUE))
105105
ident
106106
107107
```

0 commit comments

Comments
 (0)