You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code
dat <- simHCE(n = 1000, TTE_A = 10, TTE_P = 15,
CM_A = 0.1, CM_P = 0, seed = 5)
plot(dat)
throws an error
Error in dplyr::filter():
ℹ In argument: outcome == step_outcomes[i - 1].
ℹ In group 1: arm = A.
Caused by error:
! ..1 must be of size 95 or 1, not size 0.
Run rlang::last_trace() to see where the error occurred.
The following code
dat <- simHCE(n = 1000, TTE_A = 10, TTE_P = 15,
CM_A = 0.1, CM_P = 0, seed = 5)
plot(dat)
throws an error
Error in
dplyr::filter()
:ℹ In argument:
outcome == step_outcomes[i - 1]
.ℹ In group 1:
arm = A
.Caused by error:
!
..1
must be of size 95 or 1, not size 0.Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 5 hidden frames.
The text was updated successfully, but these errors were encountered: