Changelog
Source:NEWS.md
stRoke 23.1.8
Functions:
- write_ical() is an easy to use implementation of the package
library(calendar)
for easy conversion of spreadsheets to ical object. Export an .ics file usingcalendar::ic_write()
.
stRoke 23.1.6 - failed due to dependencies
Functions:
- win_prop() added to implement the suggested methods in DOI: 10.1161/STROKEAHA.121.037744, as an implementation of “Tournament Methods” also found in
library(genodds)
. The function is based on the spreadsheet provided by the authors. A print.win_Prop is also added for printing.
stRoke 0.23.1.4
Functions:
- plot_olr() has been deprecated and removed.
- ci_plot() functionality extended to include logistic model plotting.
- age_calc() use vapply() instead of sapply()
- gt_plot() function added to plot gt elements as ggplots. From bstfun. Not all done and satisfied with the layout with patchwork.