plot.coxphMIC: The Generic 'plot' Function for Object of 'coxphMIC' Class

Description Usage Arguments Details Value References See Also

View source: R/plot-coxphMIC.R

Description

The Generic plot Function for Object of coxphMIC Class

Usage

1
2
3
## S3 method for class 'coxphMIC'
plot(x, conf.level = 0.95, horizontal = TRUE,
  mar = rep(4.5, 4), ...)

Arguments

x

an object of coxphMIC class.

conf.level

confidence level used for error bar plots. Default is 0.95.

horizontal

Logical indicator of horizontal alignment. Default is TRUE.

mar

margin in terms of the number of lines to be specified on the four sides of the plot

...

further arguments passed to or from other methods.

Details

The (generic) plot method for an coxphMIC object. It plots MIC estimates of gamma and beta. For 0 beta estimates, their corresponding SE are reset to 0 to make the plot.

Value

Error bar plots for estimated gamma and beta at a given confidenve level.

References

See Also

coxphMIC


coxphMIC documentation built on May 1, 2019, 8:20 p.m.