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 April 14, 2023, 9:11 a.m.