joinpoint.choose.cutpoint: Choose cutpoint from joinpoint.relaxProp results

View source: R/source_relaxProp.R

joinpoint.choose.cutpointR Documentation

Choose cutpoint from joinpoint.relaxProp results

Description

Choose the cutpoint from the joinpoint.relaxProp returned object

Usage

joinpoint.choose.cutpoint(obj, cutpoint)

Arguments

obj

Returned object from joinpoint.relaxProp.

cutpoint

The cutpoint to choose. It should correspond to a set of results in obj$all.results. If not, then an error will be thrown.

Value

A list of class with the following objects:

predicted

The fitted relative survival rates

fullpredicted

The full output matrix, with all year/interval combinations and projections

fit.uncond

The fitted model from the (unconditional) joinpoint model corresponding to the cutpoint.

fit.cond

The fitted model from the conditional joinpoint model corresponding to the cutpoint.

References

Yu, B., Huang, L., Tiwari, R. C., Feuer, E. J. and Johnson, K. A. (2009), Modeling population-based cancer survival trends by using join point models for grouped survival data. Journal of the Royal Statistical Society: Series A, 172, 405-425.

See Also

joinpoint.relaxProp


JPSurv documentation built on June 8, 2025, 12:11 p.m.