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

Standard Error Bars on visualize function #102

Open
Cocosnicifera671 opened this issue Nov 4, 2022 · 1 comment
Open

Standard Error Bars on visualize function #102

Cocosnicifera671 opened this issue Nov 4, 2022 · 1 comment

Comments

@Cocosnicifera671
Copy link

I was wondering if I can add standard error bars to the visualize function? Was using it for both glm() and lm() models but se=T or se=F doesnt seem to work. Am I only able to use the se argument for the flexplot() function?

@dustinfife
Copy link
Owner

That's a tough one...the se argument is part of the method argument. When using the visualize function, it suppresses the method argument so it can show the line from the actual model, which means it also suppresses the se argument.

Let me think about this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants