reach-lab / MixWildGUI

Mix-WILD is statistical software designed to perform multilevel modeling on intensive longitudinal experience sampling data.
https://reach-lab.github.io/MixWildGUI/
GNU General Public License v3.0
9 stars 1 forks source link

Can't find the Stage 2 output name in MixWILD when using separate data #147

Closed sweeptime closed 3 years ago

sweeptime commented 3 years ago

Hi Jixin,

This version has an error when running 2-stage model by using separate data sets. The stage 2 result window is blank while there is a stage 2 output in the folder. As we discussed, this issue may occur when the package try to get "data2_stage2_output" but our output named after "data1_stage2_output". Our suggestion is to use the same prefix with both outputs. For example, we have data1 and data2. The output files should still use data1_stage1_output and data1_stage2_output. Thanks!

2021-07-13_102348 2021-07-13_102510 2021-07-13_105003

Best, Wei-Lin

rexli999 commented 3 years ago

Fixed and waiting to be tested. The cause of this problem is the Fortran code named the stage 2 output file as the first dataset rather than second. I just changed the code to be consistent with the Fortran output name.