plot.khazardcond: Plot of kernel conditional hazard estimate from an object of...

Description Usage Arguments See Also Examples

Description

Plot of kernel conditional hazard estimate from an object of class khazardcond

Usage

1
2
3
## S3 method for class 'khazardcond'
plot(x, type = "persp", zlim, xlab, ylab, zlab,
  main, ...)

Arguments

x

Object of class khazardcond

type

type of plot. Possible types are: "persp" (default), "persp3d", "contour".

zlim

Limits for the z axis.

xlab

Label for the x axis.

ylab

Label for the y axis.

zlab

Label for the z axis.

main

Title of plot.

...

Additional arguments.

See Also

khazardcond

Examples

1
2
3
library(survival)
fit<-khazardcond(times = lung$time,delta = lung$status-1,covariate = lung$age,h=c(200,20))
plot(fit)

kernhaz documentation built on May 1, 2019, 9:19 p.m.