Hi Ema,
Problem 1: The phenomenon of getting numerically identical goodness-of-fit metrics (e.g., QIC or QICC) for different models can occur due to various reasons.
Convergence to the Same Solution: It is possible that the optimization algorithms used to fit the models converged to the same solution, regardless of the initial starting values or covariance structures. This might happen if the data and models have specific characteristics that lead to a unique optimal solution.
Model Equivalence: Sometimes, different covariance structures or certain interactions can be mathematically equivalent in terms of model representation and fitting. This can lead to the same goodness-of-fit metrics even though the models look different on the surface.
Small Sample Size: In some cases, with a relatively small sample size, the statistical power to detect differences in goodness-of-fit between complex models may be limited.
Data Characteristics: The specific data being used may not vary enough in a way that would differentiate the models' goodness-of-fit. If the data patterns are consistent across different conditions, it might lead to similar results.
Problem 2: The error message "Unable to compute due to numerical errors" when trying to compute the intercept in the full factorial model with White noise (average) suggests that there might be numerical stability issues when fitting the model. This can occur due to various reasons:
Perfect Separation: If the data or model structure leads to perfect separation of the outcome variable (DV) based on the predictor variables, it can cause convergence issues. For example, if there are specific combinations of the independent variables that always result in a response of 0 or 1, the model might have difficulty estimating the intercept.
Multicollinearity: High multicollinearity among the predictor variables can lead to unstable parameter estimates, including the intercept.
Data Scaling: If the data has not been appropriately scaled or centered, it might cause numerical instability during model fitting.
Model Specification: There could be issues with the specific model specification that affect the convergence.
To address this issue, you can try the following:
Check for perfect separation and multicollinearity in your data. If detected, consider removing or combining variables to resolve these issues.
Ensure proper scaling and centering of the covariates and predictor variables.
Experiment with different optimization algorithms and starting values during model fitting.
Double-check the code for potential errors.
Problem 3: The fact that interactions with the covariate White noise are numerically identical (i.e., F-values, p-values) when running the model with White noise + 1SD (low amount of white noise) suggests that the White noise variable might not have a significant effect in this condition. The F-values and p-values for interactions are different when running the model with White noise - 1SD (high amount of white noise), indicating a potential effect in this case.
It's important to note that a lack of significant effects for the White noise variable in one condition does not necessarily mean that it has no effect in other conditions. The presence of an interaction suggests that the relationship between the independent variables and the dependent variable is moderated by the level of the White noise variable.
To investigate further,
Check the distribution and variability of the White noise variable in both conditions. Ensure that it varies sufficiently to detect potential effects.
Examine the scatterplots or descriptive statistics to see if there are any visible patterns that might explain the differences in effects.
Consider running additional post hoc analyses or conducting power analyses to determine if the study has enough statistical power to detect effects.
Overall, it's crucial to thoroughly examine the data, the model specifications, and the results to gain a comprehensive understanding of the patterns and potential issues in the analysis.
Problem 4:
Please try the link below, because the EMMEANS + OTHER you have tried is for Complex Samples GLM procedure
https://www.ibm.com/docs/en/spss-statistics/28.0.0?topic=reference-genlin
------------------------------
Aruna Saraswathy .
------------------------------