Skip to content

Commit 38b6d03

Browse files
committed
Merge branch 'imputation_models' into dev
2 parents dd82db5 + 9d0dffb commit 38b6d03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

R/quantify.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ unquantify <- function(ynum = NULL, quant = NULL, labels = NULL) {
3232
}
3333
return(y)
3434
}
35+

R/sampler.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ prepare.formula <- function(formula, data, model, j, ct, pred, task) {
309309
}
310310

311311
return(formula)
312-
}
312+
}

0 commit comments

Comments
 (0)