tidy.sclr {sclr} | R Documentation |
Tidy a sclr
object.
Description
Summarises the objects returned by sclr
into a tibble
.
Usage
## S3 method for class 'sclr'
tidy(x, ci_level = 0.95, ...)
Arguments
x |
An object returned by |
ci_level |
Confidence level for the intervals. |
... |
Not used. Needed to match generic signature. |
Value
A tibble
with one row per model parameter.
Columns:
term |
Name of model parameter. |
estimate |
Point estimate. |
std_error |
Standard error. |
conf_low |
Lower bound of the confidence interval. |
conf_high |
Upper bound of the confidence interval. |
[Package sclr version 0.3.1 Index]