Closed ngreifer closed 6 years ago
In CBPS.2Treat, when standardize = FALSE, no value to norm1 is assigned, but the subsequent lines call norm1, yielding an error. This might be fixed by adding
standardize = FALSE
norm1
else { norm1 <- 1 norm2 <- 1 }
at line 265 in CBPSBinary.R.
I'll add this.
In CBPS.2Treat, when
standardize = FALSE
, no value tonorm1
is assigned, but the subsequent lines callnorm1
, yielding an error. This might be fixed by addingat line 265 in CBPSBinary.R.
I'll add this.