0.3.0
projections 0.3.0
New features
This is a big release! Plenty of new features have been added, including:
-
projections
can now be subsetted like matrices usingx[i,j]
, or using the
functionsubset
-
new function
cumulate
to compute cumulative incidence forprojections
objects, akin to the similar function in theincidence
package -
much improved graphics;
plot
now call uponsadd_projections
, which
implements many options for plotting projections, including quantiles lines,
ribbon, and boxplots;add_projections
can also be used to add such plots to
an existingincidence
plot -
build_projections
can be used to build aprojections
object from an input
matrix and optional dates