Skip to content

Digit arguments ignored for objects created with marginaleffects::hypotheses() #1024

@snhansen

Description

@snhansen

It seems like the digit arguments (digits, p_digits and ci_digits) are ignored for objects created by marginaleffects::hypotheses():

lm(mpg ~ wt, data = mtcars) |>
  marginaleffects::hypotheses(hypothesis = "10*wt = 0") |>
  parameters:::parameters(digits = 1)
#> # Fixed Effects
#> 
#> Parameter | Estimate |   SE | Statistic |      p |     S |           95% CI
#> ---------------------------------------------------------------------------
#> 10*wt = 0 |   -53.44 | 5.59 |     -9.56 | < .001 | 69.51 | [-64.40, -42.49]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions