We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747fd32 commit 51fe245Copy full SHA for 51fe245
R/gcomp_ml.R
@@ -65,9 +65,6 @@ gcomp_ml_means <- function(formula,
65
rho = NA,
66
N = 1000) {
67
68
- if (!inherits(formula, "formula"))
69
- stop("formula argument must be of formula class.")
70
-
71
x_star <- simulate_ALD_pseudo_pop(formula = formula,
72
ipd = ipd, ald = ald,
73
rho = rho, N = N)
0 commit comments