FloSchuberth / cSEM

Composite-based SEM
https://floschuberth.github.io/cSEM/
GNU General Public License v3.0
28 stars 8 forks source link

calculate effects for non-linear models #252

Open FloSchuberth opened 5 years ago

FloSchuberth commented 5 years ago

We need to think about the calculation of the effects in case of non-linear models

M-E-Rademaker commented 5 years ago

Currentl, we simply skip calculating the effects for non-linear models. Once, we have a solution for how to calculate the effects we implement this in the calculateEffects() function and remove all the if statement that exclude non-linear models.