Synthetic regression results for clerkR examples
Source:R/clerk_extra_examples.R
clerk_reg_example.RdA synthetic data frame of linear regression results (outcome: log TMT
completion time) designed to illustrate tbl_regression(). Mimics the
output of broom::tidy(lm(...), conf.int = TRUE). All values are simulated.
Format
A data frame with 7 rows and 6 variables:
- term
Model term / predictor name (character).
- estimate
Regression coefficient β (numeric).
- std.error
Standard error of the estimate (numeric).
- conf.low
Lower 95% confidence interval bound (numeric).
- conf.high
Upper 95% confidence interval bound (numeric).
- p.value
Two-tailed p-value (numeric).