Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.muhaz

Display the most important input parameters used in calling the ‘muhaz’ function.


Description

It also displays some of the output data. Common to all three methods: * number of observations * number of censored observations * bandwidth method used (global, local or nearest neighbor) * boundary correction type (none, left only, both left and right) * kernel type (rectangle, Epanechnikov, biquadradic, triquadratic) * minimum time * maximum time * number of points in MSE minimization grid * number of points in estimation grid * pilot bandwidth * estimated IMSE for optimal bandwidth For bw.method="global" also reports optimal global bandwidth. For bw.method="knn" also reports optimal number of nearest neighbors. For bw.method="local" and bw.method="knn" also reports smoothing bandwidth used to smooth the optimal local bandwidths.

Usage

## S3 method for class 'muhaz'
summary(object, ...)

Arguments

object

Object of class muhaz (output from calling muhaz function)

...

Ignored for now.

See Also

Examples

data(cancer, package="survival")
attach(ovarian)
fit <- muhaz(futime, fustat)
summary(fit)

muhaz

Hazard Function Estimation in Survival Analysis

v1.2.6.4
GPL
Authors
S original by Kenneth Hess, R port by R. Gentleman
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.