Alim Dayim
Alim Dayim
Thank you for pointing this out, I will fix this.
Hi, sorry. I don't think I can replicate this. Can you give me an example so I can test this?
Thanks for offering the help, I am thinking the best way to implement this. On the user side, you can just provide another allocation (split) variable, but it is difficult...
Hi, I have updated the package on GitHub. Can you have a look and try? I am not sure if the examples and documentation is clear enough. But hope the...
Yes, it is true that this is always the case. I will try to implement this although this may take some time.
Hi, I spent some time and made some changes. So, basically, you can provide a list of variables and put multiple variables in one element to stack the data. Set...
Hi, Assuming object `g` is your consort diagram. Use the code below to create title and footnote. ```r library(patchwork) wrap_elements(build_grid(g)) + plot_annotation( title = 'Consort diagram', subtitle = 'Flow chart...
Hi Jian, You are right, the box shouldn't be drawn if the text is missing. I will fix that. Thank you for reporting this.
Hi Jian, I have fixed this now and you can install the GitHub version. Plot below will work and hope this is what you want. ```r g
The first comment is something I can consider. But I don't understand the second one. Why do you want to add a side box just before splitting and after randomization?...