Description Usage Arguments Value
Summarises the objects returned by sclr 
into a tibble.
| 1 2 | ## S3 method for class 'sclr'
tidy(x, ci_level = 0.95, ...)
 | 
| x | An object returned by  | 
| ci_level | Confidence level for the intervals. | 
| ... | Not used. Needed to match generic signature. | 
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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.