Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. p <- Predict(rms_surv_fit, age=seq(50, 70, times=20),
  2. sex=c("Male", "Female"), fun=exp)
  3.  
  4. Warning message:
  5. In seq.default(50, 70, times = 20) :
  6. extra argument ‘times’ will be disregarded
  7.  
  8. Error in plot.Predict(p, ~age | sex, col = "black", col.fill = gray(seq(0.8, :
  9. could not find function "plot.Predict"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement