maraca 0.5.0
New features
print()
function for maraca objects that summarizes key
information.
- New
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).
- The
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.
Bug fixes
- Problem with jumps in the cumulative distribution functions fixed.
As part of this fix, the package does not depend on the survival package
anymore.
Dependency change
maraca
does no longer depend on the
gridExtra
package.
Discontinued features
- The
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.
- The
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.
maraca 0.4.0
New features
- Added barriers to check validity of input parameters to
plot.hce
- Plotting from single dataset
- Added documentation to plot.hce
- plotting for hce objects is implemented.
- Fixed plot type for violin and colors
- Updated to use the package hce.
maraca 0.3.3