Dear all,
I wanted to ask a question regarding confirmatory factor analysis step in genomicSEM:
On genomicSEM github wiki I found mentioning concerning running EFA step: "Below we provide an example of a workflow in which we do not have an a priori model, and therefore first conduct an exploratory factor analysis before specifying and fitting a usermodel. " I understood that running EFA is then only recommended if the researcher is not able to determine a factor model based on theory or previous work, did I understood this correctly? As I am working with internalizing and externalizing behaviour, we can have a priori two factor model with externalizing factor and internalizing factor. When I run CFA on this two factor model and look at output of CFA I observe the following model fit:
Externalizing_factor=~ NA *trait1 + trait2 +trait3 + trait4 + trait5 + trait6 + trait7 + trait8
Internalizing_factor=~ NA * trait8 + trait9 + trait10 +trait11 + trait12
F1~~F2
F1~~1*F1
F2~~1*F2"
$modelfit
chisq df p_chisq AIC CFI SRMR
df 2967.64 52 0 3019.64 0.7839851 0.1661678
Based on previous work and posts in GenomicSEM users group, I understood that this is a poor model fit and therefore should not continue with this model (as CFI is below 0.9 and SRMR above 0.1). However, the residual covariance matrix shows good fit as the highest value I observe is 1.578590e-02 (based on $resid_cov$`Residual Covariance Matrix: Calculated as Observed Cov - Model Implied Cov`output)
In the following
paper I read that there could be cases where residuals and model fit are not compatible. However, I am not certain that a model with not good/acceptable fit indices in genomicSEM is reliable and good model to run multivariate GWAS, even when the residuals are minimal.
If the model fit is not optimal but residuals do show good fit, should the choice of model for multivariate GWAS be based on the residual covariance matrix, on biological interest/research question in including certain traits in the model (despite having poor model fit) or only on the model fit?
Thank you very much in advance for your time and advice!