Learn R Programming

mets (version 1.2.3.1)

gofG.phreg: Stratified baseline graphical GOF test for Cox covariates in PH regression

Description

Looks at stratified baseline in Cox model and plots all baselines versus each other to see if lines are straight, with 50 resample versions under the assumptiosn that the stratified Cox is correct

Usage

gofG.phreg(x, sim = 1, silent = 1, ...)

Arguments

x

phreg object

sim

to simulate som variation from cox model to put on graph

silent

to keep it absolutely silent

...

Additional arguments to lower level funtions

Examples

Run this code
# NOT RUN {
data(TRACE)

m1 <- phreg(Surv(time,status==9)~strata(vf)+chf+wmi,data=TRACE) 
m2 <- phreg(Surv(time,status==9)~vf+strata(chf)+wmi,data=TRACE) 
par(mfrow=c(2,2))
gofG.phreg(m1)
gofG.phreg(m2)

# }

Run the code above in your browser using DataLab