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

Grey out the association of Random Location & Scale #137

Open sweeptime opened 3 years ago

sweeptime commented 3 years ago

Hi,

Per Don's suggestion, please grey out the option of the association of Random Location & Scale in MixWILD when using MEMLS (Stage 1 models with Random Slope) with Random Scale Effects.

Current Fortran code does not provide any option to turn off the association between Random Location and Random Scale (Option: "No") because NCOV is only available if mls=0 and there is no any other parameter in Fortran code to switch the association.

I tested models with different NCOV settings as follows:

MixReg (NCOV=0; MLS=1; NORS=0) MixReg (NCOV=1; MLS=1; NORS=0)

The results between these two models were exactly the same in both Fortran code and MixWILD.

Please check the details in the attached PDF file. Thanks! Bug_report_Weilin_210331.pdf

rexli999 commented 3 years ago

fixed