expandEventCount | R Documentation |
This function exists to allow clinical trial data which typically gives event counts over time to be plugged into this software, which relies on actual event counts.
expandEventCount(count, time)
count |
a vector of event counts. All entries must be non-negative. |
time |
a matching (strictly positive) vector of followup times. |
This function always produces a warning: anyone relying on this function to actually analyze data should take great care.
a list of vectors of event times
expandEventCount(count=c(0, 20), time=c(10, 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.