print.nhpp_predict: Print Method for nhpp_predict Objects.

View source: R/nhpp.R

print.nhpp_predictR Documentation

Print Method for nhpp_predict Objects.

Description

Prints a formatted table of forecast cumulative events with confidence bounds.

Usage

## S3 method for class 'nhpp_predict'
print(x, ...)

Arguments

x

An object of class nhpp_predict.

...

Additional arguments (not used).

Value

Invisibly returns the input object.

See Also

Other Repairable Systems Analysis: exposure(), mcf(), nhpp(), overlay_nhpp(), plot.exposure(), plot.mcf(), plot.nhpp(), plot.nhpp_predict(), predict_nhpp(), print.exposure(), print.mcf(), print.nhpp()

Examples

time <- c(200, 400, 600, 800, 1000)
event <- c(3, 5, 4, 7, 6)
fit <- nhpp(time, event)
fc <- predict_nhpp(fit, time = c(1500, 2000))
print(fc)

ReliaGrowR documentation built on May 22, 2026, 5:07 p.m.