print.hrest: print a summary of the hrest object

View source: R/functions.R

print.hrestR Documentation

print a summary of the hrest object

Description

print a summary of the hrest object

Usage

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

Arguments

x

hrest object

...

other parameters

Value

null

Examples


 d1 <- make_data()
 hr_est <- estimate(d1, score, group)
 print(hr_est)


besthr documentation built on March 18, 2026, 5:08 p.m.