Dominique Makowski

Results 682 comments of Dominique Makowski

We are just in the process of finalizing a [validation](https://github.com/RealityBending/IllusionGameValidation) of the illusions, that we hope to be able to put-up as a preprint within a few weeks :) Here's...

Thanks for getting in touch. I can confirm that the plot works : ![image](https://github.com/neuropsychology/NeuroKit/assets/8875533/5c9039bb-6678-4ab9-bae1-68b77d90d992) If it doesn't show up try adding `plt.show()` after the function call. > I suspect that...

![image](https://github.com/neuropsychology/NeuroKit/assets/8875533/254e2ea2-d88e-4a4d-9054-b107de6b2c37) I have made a PR (#906 ) and added a new method, `"makowski"` that computes the slope only up to the changepoint. Before I merge, could you give it...

PS: you can install the PR using `pip install https://github.com/neuropsychology/NeuroKit/zipball/pull/906/head`

Great, could you open a PR with this change?

Hi @TomGeva good to have you ☺️ Looking forward to that roadmap and don't hesitate to nag us if there's anything

> We might want to use that instead of {BayesFactor} Yeah it'd be great to have more flexibility in terms of prior setting and all, assuming it preserves some of...

Dear @quekles, thanks for digging in the code :) Unfortunately, neuropsychology has been deprecated in favour of [psycho](https://github.com/neuropsychology/psycho.R/blob/master/R/dprime.R). However, it seems that this code is still present in the new...

Hi Mark, You can customize the legend and change the orientation by overwriting some ggplot specifications: ``` r library(ggplot2) #> Warning: package 'ggplot2' was built under R version 4.2.2 library(correlation)...

We really need to move towards a more explicit approach where people should input the vector of variables they want to adjust for as @bwiernik was mentioning, it's probably just...