This PR introduces global weight support to the following analyses:
Linear regression
Binomial logistic regression
Multinomial logistic regression
Ordinal logistic regression
Contingency tables
Note, that this PR doesn't add the weights analysis option yet, because the compiler does not support this yet, so before releasing this, there still need to be some tweaks. Also, the pipeline does not succeed at the moment because the CRAN version of jmvcore does not pass the weights to the analysis yet. Both these things should be fixed before merging this PR into the main branch.
This PR introduces global weight support to the following analyses:
Note, that this PR doesn't add the weights analysis option yet, because the compiler does not support this yet, so before releasing this, there still need to be some tweaks. Also, the pipeline does not succeed at the moment because the CRAN version of
jmvcore
does not pass the weights to the analysis yet. Both these things should be fixed before merging this PR into the main branch.