You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the popEpi and Epi packages practically every day. You've done a wonderful job implementing Epi::cutlexis and Epi::mcutlexis using data.table, making them orders of magnitude faster.
Can the same be done for Epi::rcutlexis?
/Olafur
The text was updated successfully, but these errors were encountered:
Upon closer inspection, it seems rcutLexis is just a simple wrapper around cutLexis, iterating over the maximum number of times follow up for the individuals needs to be cut. The culprit is therefore cutLexis. I can take a look at it myself and send you the code if I find time.
Greetings,
I use the popEpi and Epi packages practically every day. You've done a wonderful job implementing Epi::cutlexis and Epi::mcutlexis using data.table, making them orders of magnitude faster.
Can the same be done for Epi::rcutlexis?
/Olafur
The text was updated successfully, but these errors were encountered: