Focused summary of a df_doseprop() result: object dimensions, the
regression configuration values (metric_name_var, metric_value_var, dose_var,
ci, method), the number of observation rows attached for the plot
scatter overlay, and the per-metric stats body. Inspect the underlying
frames directly via x$stats and x$obs; inspect run config via
x$config.
Usage
# S3 method for class 'doseprop_stats'
print(x, ...)Arguments
- x
A
doseprop_statsobject.- ...
Passed to the underlying
print.data.frame()call for the body.
