Commit 4dbc3c7d authored by Kevin's avatar Kevin

fixed wrong labelling of predicted times in msm

parent c684b6f1
......@@ -94,6 +94,7 @@ df_posteriors <- tibble(
) %>%
mutate("2" = 0) %>%
filter(t == config$t_out_msm + .5) %>%
mutate(t = config$t_out_msm) %>%
gather(GOSE, probability, as.character(1:8)) %>%
arrange(gupi, t, GOSE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment