Learn R Programming

logconPH (version 1.5)

CoxPH Model with Log Concave Baseline Distribution

Description

Computes a cox PH model with a log concave baseline distribution. If no covariates are provided, estimates the log concave NPMLE. Built specifically for interval censored data, where data is a n by 2 matrix with [i, 1] as the left side of the interval for subject i and [i,2] as right side. Uncensored data can be entered by setting [i,1] = [i,2]. Alternatively, this can also handle uncensored data. If all the data is uncensored, you may enter data as a length(n) vector.

Copy Link

Version

Install

install.packages('logconPH')

Monthly Downloads

16

Version

1.5

License

GPL-2

Maintainer

Clifford AndersonBergman

Last Published

December 14th, 2014

Functions in logconPH (1.5)

simPH_Censored

Simulate current status data from Cox-PH model
linesLC

Draws Lines for Logconcave Fit
pLC

Probability estimates from a log concave fit
qLC

Quantiles estimates from a log concave fit
dLC

Density estimates from a log concave fit
plotLC

Plots Logconcave Fit
logconcave

Cox PH model with Log Concave Baseline
logconPH-package

Computing a Cox PH Model with a Log Concave Baseline
sim_Censored

Simulate current status data from a beta(2,2) distribution