Updated author information.
component_plot()
, there has been a
new plot added called cumulative_plot()
. As opposed to the
previous plot showing the individual components of the win odds
computation, this plot is displaying the endpoints cumulated instead
(adding one component of hierarchical endpoint at a time). Details can
be found in the vignette “Maraca Plots - Plotting win odds”.tte_outcomes
has been changed to
step_outcomes
and the parameter
continuous_outcome
to last_outcome
.ggplot2
is now automatically attached when loading
maraca
.maraca
has a new dependency - the
patchwork
package.trans
parameter in the plotting functions was not
working as intended. It now enables x-axis transformation for the
continuous endpoint part of the plot.theme
argument in the plotting functions allows
users to easily change the styling of the plot. Details are given in the
new vignette “Maraca Plots - Themes and Styling”.component_plot()
function works for both
maraca
and hce
. Details can be found in the
new vignette “Maraca Plots - Plotting win odds”.validate_maraca()
that was added in version
0.5.maraca
now has increased the version dependency for the
package hce
to >= 0.5.hce
package is now automatically attached when
loading maraca
.print()
function for maraca objects that summarizes key
information.validate_maraca()
function that extracts key
information from a maraca plot object. This can be used to validate the
plot against independently coded versions (for example using a different
programming language).maraca()
function now requires an input for the
parameter fixed_followup_days
. Note that there can be no
observed events in the data after the follow-up time specified.maraca
does no longer depend on the
gridExtra
package.plot_tte_components()
function for plotting the
individual time-to-event outcomes was removed from the package since it
did not prove to be overly useful.plot_tte_composite()
was removed for now since the
package cannot correctly calculate the composite version of looking at
multiple time-to-event endpoints when patients have multiple
events.