coxreguni: coxreguni

Description Usage Arguments Value Author(s)

View source: R/coxreguni.R

Description

Calculate simple cox regression models and return a formatted output.

Usage

1
coxreguni(event, time, x, etype = NULL)

Arguments

event

binary indicator of event, typically 0 or 1.

time

follow up time

x

a data frame containing the independent variable(s) for cox the regression.

etype

type of event for cause specific hazard models (only for competing risks).

Value

prints tables with hazard ratios and confidence intervals.

Author(s)

Jutta Gamper


juttaGa/jmisc documentation built on May 20, 2019, 5:16 a.m.