Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Aug 27, 2024
1 parent 37bcb08 commit 2327d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-msmm.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ test_that("Multiple exposure example", {
U <- runif(n)
pX1 <- plogis(0.7 * G1 + G2 - G3 + U)
X1 <- rbinom(n, 1, pX1)
pX2 <- plogis(-1 + 0.2 * G1 - 0.2 * G2 + 0.4*G3 + U)
pX2 <- plogis(-1 + 0.2 * G1 - 0.2 * G2 + 0.4 * G3 + U)
X2 <- rbinom(n, 1, pX2)
pY <- plogis(-2 + psi0 * X1 + psi1 * X2 + U)
Y <- rbinom(n, 1, pY)
Expand Down

0 comments on commit 2327d78

Please sign in to comment.