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
@acoppock We've been recompiling guides and ran into a problem here. We had to remove the plot to get it to run through --- and the summary shows NAs. We'd like to have the nice plot again. Any ideas about what we should do? (I changed condition_names to conditions to update the call to declare_ra FYI.) The chunk starts on line 196 and is in the section headed # 7. Randomization inference for multi-arm trials
"the place where this happens is in the function ri2:::conduct_conditional_ra()
specifically in
assignment_vec_new[assignment_vec %in% conditions] <- complete_ra(N = sum(assignment_vec %in%
conditions), prob_each = prob_each_local, conditions = conditions,
check_inputs = FALSE)
and similar chunks of code (there are a bunch of them)
at that point basically all "Treatment 1"/"Treatment 2" get by accident converted into "1"/“2""
@acoppock We've been recompiling guides and ran into a problem here. We had to remove the plot to get it to run through --- and the summary shows NAs. We'd like to have the nice plot again. Any ideas about what we should do? (I changed
condition_names
toconditions
to update the call todeclare_ra
FYI.) The chunk starts on line 196 and is in the section headed# 7. Randomization inference for multi-arm trials
The text was updated successfully, but these errors were encountered: