fmt_uni_regression
objects in Rmarkdownbold_levels.fmt_uni_regression.Rd
Bold or unbold variable levels for fmt_uni_regression
objects in Rmarkdown
# S3 method for fmt_uni_regression bold_levels(x, ...)
x |
|
---|---|
... | further arguments passed to or from other methods |
trial %>% fmt_uni_regression( method = "glm", y = "response", method.args = list(family = binomial), exponentiate = TRUE ) %>% bold_levels()#> #> Variable N OR 95% CI p-value #> Treatment Randomization 191 #> __Drug__ Ref. #> __Placebo__ 0.47 0.26, 0.84 0.012 #> Age, yrs 183 1.00 0.98, 1.02 >0.9 #> Marker Level, ng/mL 183 0.92 0.65, 1.30 0.6 #> T Stage 191 #> __T1__ Ref. #> __T2__ 1.40 0.63, 3.14 0.4 #> __T3__ 0.63 0.26, 1.50 0.3 #> __T4__ 0.50 0.22, 1.11 0.089 #> Grade 191 #> __I__ Ref. #> __II__ 0.60 0.29, 1.25 0.2 #> __III__ 0.76 0.38, 1.51 0.4