MBB-team / VBA-toolbox

The VBA toolbox
GNU General Public License v3.0
129 stars 67 forks source link

Multinomial observation doesn't accept options.isYout #72

Closed romainligneul closed 5 years ago

romainligneul commented 5 years ago

Line 358 in VBA_updateDisplay generates an error whenever options.isYout contains non-zero values (for obvious reasons). Commenting the line solves the problem.

lionel-rigoux commented 5 years ago

Indeed, excluded points for categorical data are not taken into account properly in the display. Commenting the line solves the issue but also remove the display of data points all together.

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!

romainligneul commented 5 years ago

You're welcome! Thanks for this excellent tool.

lionel-rigoux commented 5 years ago

This is now fixed in the development branch via cdf5d7f5b7469af5b54fa5b0ecea7e198d1c2994