Description Usage Arguments Value Examples
Displays a graph of the scaled Schoenfeld residuals, along with a smooth curve.
1 2 3 | gg_cox_zph(x, resid_col = "black", resid_shp = 1, pred_col = "black",
pred_minmax_col = pred_col, pred_minmax_linetype = "dashed",
ribbon_col = pred_col, ribbon_alpha = 0.25)
|
x |
result of the |
resid_col |
color for the residuals points |
resid_shp |
point shape for the residuals points |
pred_col |
color for the prediction fit line |
pred_minmax_col |
color for the confidence interval lines |
pred_minmax_linetype |
line type for the confidence interval lines |
ribbon_col |
color for the shaded confidence interval region |
ribbon_alpha |
alpha value for the confidence interval region |
grid
object
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.