Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix number of digits in output from estimate_relation() #343

Open
strengejacke opened this issue Jan 15, 2025 · 0 comments
Open

Fix number of digits in output from estimate_relation() #343

strengejacke opened this issue Jan 15, 2025 · 0 comments
Labels
Consistency 🍏 🍎 Expected output across functions or API design could be more similar

Comments

@strengejacke
Copy link
Member

strengejacke commented Jan 15, 2025

Are you working with an old modelbased version? I thought column printing is improved, rounding numbers to 2 or 3 digits?

Originally posted by @strengejacke in #288 (comment)

m <- brms::brm(Species ~ Sepal.Width, data=iris, 
               family=brms::categorical(refcat="setosa"), refresh=0,
               backend = "cmdstanr",
               algorithm = "pathfinder")

modelbased::estimate_relation(m)
@strengejacke strengejacke added the Consistency 🍏 🍎 Expected output across functions or API design could be more similar label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Consistency 🍏 🍎 Expected output across functions or API design could be more similar
Projects
None yet
Development

No branches or pull requests

1 participant