powered by
Plot of kernel conditional hazard estimate from an object of class khazardcond
# S3 method for khazardcond plot(x, type = "persp", zlim, xlab, ylab, zlab, main, ...)
Object of class khazardcond
type of plot. Possible types are: "persp" (default), "persp3d", "contour".
Limits for the z axis.
Label for the x axis.
Label for the y axis.
Label for the z axis.
Title of plot.
Additional arguments.
khazardcond
# NOT RUN { library(survival) fit<-khazardcond(times = lung$time,delta = lung$status-1,covariate = lung$age,h=c(200,20)) plot(fit) # }
Run the code above in your browser using DataLab