Survival Analysis Tool

The Survival Analysis tool implements common methods of survival analysis. Survival Models model the time until occurrence of an event (e.g. lapse of life insurance policy). Survival Models are unique in that they feature censoring; a test or trial may end before such an event occurs (e.g. a policy-holder may pass away before the policy can lapse).

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

This tool can be used for two purposes (determined based on configuration settings):

  1. To gain insight into the "survival function" of a dataset (i.e. to estimate a distribution of survival times across a population).
  2. To determine whether particular factors influence the survival function of a population (e.g. to compare survival functions across groups).

Configure the tool

Required Parameters

Analysis Options

Graphics Options

Outputs

O anchor: Consists of a table of the serialized model with model name and the size of the object. The availability of various models will depend on the choice of "Analysis Type" under "Analysis Options".

The Cox PH model can be accessed directly from the second element of the output of the O output. If that model is 'model', the Surv and KMest objects can be accessed by 'model$surv' and 'model$KMest', respectively.

R anchor: Consists of the report snippets generated by the Survival Analysis tool, depending on the choice of "Analysis Type" under "Analysis Options".

D anchor: For Summary Analysis and Grouping Analysis (in which case an extra field is added specifying group), this constructs the Kaplan-Meier estimate for the survival curves. For factor analysis, it is not provided.

*https://en.wikipedia.org/wiki/Survival_analysis

**https://stat.ethz.ch/R-manual/R-devel/library/survival/html/coxph.html