mhazard (version 0.2.2)

KM2: Deprecated functions in package mhazard.

Description

The functions listed below are deprecated and will be defunct in the near future. Please use the updated version of these functions. Help pages for deprecated functions are available at help("<function>-deprecated").

Usage

KM2(
  Y1,
  Y2,
  Delta1,
  Delta2,
  newT1 = NULL,
  newT2 = NULL,
  estimator = c("dabrowska", "volterra", "prentice-cai"),
  conf.int = FALSE,
  R = 1000,
  ...
)

plotKM2.3D( km2.obj, col = "grey", shade = 0.25, theta = 120, xlab = "T1", ylab = "T2", zlab = "Fhat", ... )

plotKM2.HM( km2.obj, contour = TRUE, col = terrain.colors(100), xlab = "T1", ylab = "T2", ... )

KM3( Y1, Y2, Y3, Delta1, Delta2, Delta3, newT1 = NULL, newT2 = NULL, newT3 = NULL, conf.int = FALSE, R = 1000, ... )

cox2(Y1, Y2, Delta1, Delta2, X)

cox2.LF( cox2.obj, X0_out, X1_out, T1_out, T2_out, confidence = c("none", "CI", "CB"), n.boot = 100 )

Arguments

<code>KM2</code>

For KM2, use npSurv2.

<code>plotKM2.3D</code>

For plotKM2.3D, use plotnpSurv2.3D.

<code>plotKM2.HM</code>

For plotKM2.HM, use plotnpSurv2.HM.

<code>KM3</code>

For KM3, use npSurv3.

<code>cox2</code>

For cox2, use mHR2.

<code>cox2.LF</code>

For cox2.LF, use mHR2.LF.