stc04003 / reReg

Regression methods for recurrent event data
https://www.sychiou.com/reReg/index.html
21 stars 5 forks source link

plotMCF missing in latest CRAN version #18

Closed patrickheindel closed 2 years ago

patrickheindel commented 3 years ago

Hi - I am trying to use the latest version of reReg uploaded to CRAN and can't seem to find the function plotMCF that is mentioned in the vignettes. Has this function been retired? If so, what function takes it place? I am trying to plot multiple MCF curves stratified by a binary variable and can't seem to find a way to do this using plot.Recur

Thanks so much for all the work on this package.

stc04003 commented 3 years ago

Hello, thank you for the comment. I removed plotMCF() from the NAMESPACE because I found the mcf() from the reda package to be very similar to my plotMCF() function. Please see the vignette at https://wwenjie.org/reda/articles/reda-intro.html. Alternatively, you should still use the plotMCF() from reReg with the triple colon operator, e.g., by calling reReg:::plotMCF(). Does this help?