Closed patrickheindel closed 2 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?
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.