jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
58 stars 29 forks source link

[Feature Request]: Option to choose between Exclude pairwise/Exclude list wise #1499

Closed Psychowannabe closed 9 months ago

Psychowannabe commented 3 years ago

Description

Option to choose between Exclude pairwise/Exclude list wise - Classical Linear Regression

Purpose

It would be amazing to allow us the option to choose between exclude cases pairwise or exclude cases listwise when using the classical linear regression analysis. I know this option is already available in other features of JASP but I guess it's missing for the frequentist linear regression. It seems that as of the moment, it defaults to exclude listwise when running classical linear regressions.

Use-case

No response

Is your feature request related to a problem?

No response

Describe the solution you would like

No response

Describe alternatives that you have considered

No response

Additional context

No response

boutinb commented 3 years ago

@vandenman Could you answer this request?

vandenman commented 3 years ago

unfortunately, there is no clean way to implement pairwise deletion (e.g., without bootstrapping), so I don't think we will implement this soon. However, it is on our agenda to use the R package mice for imputing missing values, which should provide an alternative.

tomtomme commented 9 months ago

MICE is tracked here: https://github.com/jasp-stats/jasp-issues/issues/2437 closing since duplicate