pssm-package: Joint proportional hazards model for survival and progression...

Description Details Author(s) References See Also Examples

Description

Fits a joint model for interval censored time to progression and subsequent survival. Progression is assumed to always occure before death. The underlying hazard function is assumed to be piecewise constant.

Details

Package: pssm
Type: Package
Version: 1.0
Date: 2013-06-27
License: Public

The function pssm fits the model and outputs a pssm-object S4 object, this can input to pssm.survivalcurv which outputs a function of time, that can be used to create time to progression and survival curves for the model with specified covariate values.

In addition pssm.simulate is given to generate data to test the model. Functions "llikef","rprog","sprog" are helper functions, methods "plot","print" and "summary" are available.

Author(s)

David A. Schoenfeld

Maintainer: Who to complain to <dschoenfeld@partners.org>

References

~~ Literature or other references for background information ~~

See Also

pssm-class, pssm.generate.data, pssm.object pssm, pssm.simulate, pssm.survivalcurv plot-methods pssm.power

Examples

1
showClass("pssm")

Example output

Class "pssm" [package "pssm"]

Slots:
                                                            
Name:                        call                convergence
Class:                       call                    numeric
                                                            
Name:                     loglike                  estimates
Class:                   function                    numeric
                                                            
Name:                se.estimates       covariance.estimates
Class:                    numeric                     matrix
                                                            
Name:       estimates.progression   se.estimates.progression
Class:                    numeric                    numeric
                                                            
Name:          estimates.survival      se.estimates.survival
Class:                    numeric                    numeric
                                                            
Name:          hazard.progression            hazard.survival
Class:                    numeric                    numeric
                                                            
Name:                   intervals                    rescale
Class:                    integer                    numeric
                                                            
Name:         formula.progression           formula.survival
Class:                    formula                    formula
                                                            
Name:  progression.covariate.list    survival.covariate.list
Class:                  character                  character
                                 
Name:                     message
Class:                  character

pssm documentation built on May 2, 2019, 11:12 a.m.