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]: Mixed Models - Compute effect sizes (Cohen's d) #2667

Open yuyangao opened 5 months ago

yuyangao commented 5 months ago

Description

Given the current results from the linear mixed model in JASP, which include only estimates, standard errors (SE), and confidence intervals (CI), how can I calculate the value of Cohen's d?

Purpose

calculate cohens‘d with linear mixed model in JASP

Use-case

No response

Is your feature request related to a problem?

No response

Is your feature request related to a JASP module?

Other

Describe the solution you would like

The calculation results include Cohen's d,

Describe alternatives that you have considered

or alternatively, provide the formula to compute Cohen's d based on the available results.

Additional context

No response

TarandeepKang commented 5 months ago

I would like to support this request and to add that the performance package could be useful in implementing it. Also, to say that my #836 is very much related.