print.mcf: Print Method for mcf Objects.

View source: R/mcf.R

print.mcfR Documentation

Print Method for mcf Objects.

Description

Prints a summary of the Mean Cumulative Function results.

Usage

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

Arguments

x

An object of class mcf.

...

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.nhpp(), print.nhpp_predict()

Examples

id <- c(1, 1, 1, 2, 2, 3, 3, 3, 3)
time <- c(100, 300, 500, 150, 400, 50, 200, 350, 600)
result <- mcf(id, time)
print(result)

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