Skip to content

Commit 51fe245

Browse files
authored
Update gcomp_ml.R
1 parent 747fd32 commit 51fe245

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/gcomp_ml.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ gcomp_ml_means <- function(formula,
6565
rho = NA,
6666
N = 1000) {
6767

68-
if (!inherits(formula, "formula"))
69-
stop("formula argument must be of formula class.")
70-
7168
x_star <- simulate_ALD_pseudo_pop(formula = formula,
7269
ipd = ipd, ald = ald,
7370
rho = rho, N = N)

0 commit comments

Comments
 (0)