View source: R/AddedToJPSurv.R
input.valid | R Documentation |
A function that validates the selected cohort data and returns an indicator along with a warning message if the selected cohort is not valid.
input.valid(input, subset = NULL)
input |
Input dataset imported by function joinpoint.seerdata. |
subset |
An optional string specifying a subset of observations used in the fitting process. |
If the cohort selection is available, value 1 will be returned; otherwise, value 0 will be returned and a warning message printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.