Learn R Programming

besthr (version 0.3.2)

print.hrest: print a summary of the hrest object

Description

print a summary of the hrest object

Usage

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

Value

null

Arguments

x

hrest object

...

other parameters

Examples

Run this code

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

Run the code above in your browser using DataLab