pbreheny / visreg

Visualization of regression functions
http://pbreheny.github.io/visreg/
61 stars 18 forks source link

visreg fails with coxph when update() required #76

Closed pbreheny closed 4 years ago

pbreheny commented 4 years ago

For example, if a variable is logical. In this case, model needs to be updated with new data frame, but predict.coxph() cannot find this new data frame.