jgellar / pcox

Penalized Cox regression models
1 stars 0 forks source link

New package for basis transformations #25

Closed jgellar closed 9 years ago

jgellar commented 9 years ago

Hey Fabian,

I am planning on creating a small package that just contains the 'mgcv' constructor/predict functions for domain transformations. There are 3 basis types that I'm going to include:

The reason I want to do this as a separate package is because I want these functions to be available to both refund::lf.vd() and in pcox, and this seemed like a better way than having multiple versions of the same functions. You and I would be the authors of the package. I might need some help with the dt basis... this is the only one I haven't written yet.

Do you have any suggestions for a name for the package? Right now I'm going with mgcvTransformations.

Once I do this I am going to re-write lf.vd to play nicer with the new pfr().

jgellar commented 9 years ago

These have been implemented. For now the functions will live in both refund and pcox as necessary; mgcvTrans will likely be accompanied by a small paper.