print.hrest {besthr} | R 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)
[Package besthr version 0.3.2 Index]