Skip to content

Commit dd82db5

Browse files
committed
Replace imputation_models branch by dev branch
1 parent 1e393b9 commit dd82db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/_imputation_models.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ A better approach is to apply the **same imputation model** trained on the origi
3030

3131
## Installation
3232

33-
The new functionality is **currently experimental** and available in the `"tasks"` branch of the `mice` repository. To install this branch from GitHub, use:
33+
The new functionality is **currently experimental** and available in the `dev` branch of the `mice` repository. To install this branch from GitHub, use:
3434

3535
```{r install, eval=FALSE}
36-
remotes::install_github("amices/mice", ref = "imputation_models")
36+
remotes::install_github("amices/mice", ref = "dev")
3737
```
3838

3939
## MICE Architecture

0 commit comments

Comments
 (0)