Last data update: 2014.03.03

R: Gets the boundaries for a survival fit
prGetFpDataFromSurvivalFitR Documentation

Gets the boundaries for a survival fit

Description

Gets the boundaries for a survival fit

Usage

prGetFpDataFromSurvivalFit(fit, conf.int = 0.95, exp = TRUE)

Arguments

fit

A survival model of either competing risk regression or cox regression type

conf.int

The interval of interest 0-1, see levels in confint()

exp

If the value should be in exponential form (default)

Value

A matrix with the columns:

beta

The estimated coefficient

p_val

P-value

low

The lower confidence interval

high

The upper confidence interval

order

A column that later can be used in ordering

Results