How can I generate an output table with predicted values and residuals?
2 vues
Réponse
You can use the `output` parameter to create an output table. You must specify the output table details using the `casOut` subparameter. You can then request various statistics to be included, such as `xBeta` (linear predictor), `survival` (survival probability), `cumHaz` (cumulative hazard), and different types of residuals like `resMart` (martingale) or `resDev` (deviance).