consort
consort copied to clipboard
Create CONSORT diagrams for clinical studies.
Currently, it seems that the `allocation` variable in `consort_plot` must be a character, but we usually code these variables as factors. It can be converted first using `as.character`, but this...
In many CONSORT diagrams, as well as the participant flow (withdrawals, deaths, etc), we also specify the number that attended visits or were adherent. An example is the CONSROT diagram...
Some studies may first stratify patients then randomise. A typical case is the factorial design.
This idea is for an enhancement. I am trying unsuccessfully to add some footnote information into the plot that will explain how I arrived at the number in the first...
Dear Alim, Is there a way to only add side box to one of splitted boxes? In the code below, I don't need to add side box to Arm A....
Thank you for the `consort` R package. In the context of a CONSORT diagram, which is used to display the flow of participants through each stage of a randomized controlled...
Below is my R program, then the input data, and attached is the svg string and the visual rendering. You can see in the bottom right a weird distorted arrowhead...