-
Notifications
You must be signed in to change notification settings - Fork 67
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
Multinomial observation doesn't accept options.isYout #72
Comments
Indeed, excluded points for categorical data are not taken into account properly in the display. I included a more definitive fix in the branch I'm working on that solve a set of other performance issues in display functions. I will merge this branch onto the "development" one as soon as the tests are finished. Thanks for the feedback! |
You're welcome! Thanks for this excellent tool. |
* improves performances of display * catch error on closing display during inversion * fix issue #72 when isYout is set for categorical
This is now fixed in the development branch via cdf5d7f |
Line 358 in VBA_updateDisplay generates an error whenever options.isYout contains non-zero values (for obvious reasons).
Commenting the line solves the problem.
The text was updated successfully, but these errors were encountered: