File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 347347 Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
348348 using a Wald t-distribution approximation.
349349
350- # message about interpretation of log-resoponse
350+ # no more message about interpretation of log-resoponse
351351
352352 Code
353353 print(out)
360360
361361 Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
362362 using a Wald t-distribution approximation.
363-
364- The model has a log-transformed response variable, and exponentiated
365- parameters are reported. A one-unit increase in the predictor is
366- associated with multiplying the outcome by that predictor's coefficient.
367363
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ withr::with_options(
112112withr :: with_options(
113113 list (parameters_warning_exponentiate = TRUE ),
114114 {
115- test_that(" message about interpretation of log-resoponse" , {
115+ test_that(" no more message about interpretation of log-resoponse" , {
116116 data(mtcars )
117117 m <- lm(log(mpg ) ~ gear , data = mtcars )
118118 out <- model_parameters(m , exponentiate = TRUE )
You can’t perform that action at this time.
0 commit comments