stc04003 / reReg

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

import `%to%` and `%2%` from reda #6

Closed wenjie2wang closed 5 years ago

wenjie2wang commented 5 years ago

Hi Steven,

I think the function %to% and %2% in reReg should be imported from reda (and exported) as well. Otherwise,

> library(reda)
> library(reReg)

will give

Attaching package: ‘reReg’

The following objects are masked from ‘package:reda’:

    %2%, %to%

which is unnecessary and can be annoying. What do you think?

BTW, I have almost finished the updates I want to do for the next release of reda to CRAN. The cumulative sample mean function is available in mcf() of dev version of reda. I will target a submission in this weekend.

jun-yan commented 5 years ago

I agree.

stc04003 commented 5 years ago

I forgot to import these. Thank you!!

library(reda)
library(reReg)