multisurvival: Multivariate Survival Analysis

Description Usage Arguments Value Examples

View source: R/multisurvival.h.R

Description

Function for Multivariate Survival Analysis using Cox-regression.

Usage

1
2
3
4
5
6
7
8
9
multisurvival(
  data,
  explanatory,
  outcome,
  overalltime,
  sty = "t1",
  ac = FALSE,
  adjexplanatory
)

Arguments

data

The data as a data frame.

explanatory

.

outcome

.

overalltime

.

sty

.

ac

.

adjexplanatory

.

Value

A results object containing:

results$todo a html
results$text a html
results$plot an image
results$plot3 an image
results$plot4 an image

Examples

1
2
3
4
## Not run: 
# example will be added

## End(Not run)

sbalci/ClinicoPath documentation built on Jan. 8, 2021, 7:41 a.m.