stc04003 / aftgee

Accelerated failure time with generalized estimating equations
https://www.sychiou.com/aftgee/index.html
3 stars 4 forks source link

Unnecessary export #10

Open jun-yan opened 1 year ago

jun-yan commented 1 year ago

export(QIC) export(Surv) export(is.Surv)

Avoid them by calling these function with pkg::function() in the code.