Joses W. Ho

Results 63 comments of Joses W. Ho

Thanks for your comment. The package is not low-level general-purpose, but I wouldn't say it solves a narrow problem. I could shift it to another section: SciViz, Stats and Uncertainty,...

We've got a [preprint](https://www.biorxiv.org/content/early/2018/07/26/377978) which garnered a [large amount of attention](https://biorxiv.altmetric.com/details/45568232) from all sorts of researchers: sports scientists, ecologists, microbiologists etc. (The manuscript is currently under review.)

I see that with `arquero>=5.0`, this issue is resolved, with the caveat that only uncompressed Feather files can be read in for the time being!

Hi Paul, I am able to run your code snippet, on the data you uploaded. I get this image. ![image](https://user-images.githubusercontent.com/12838917/80094711-53c2fe80-8599-11ea-9b62-d68cfee90844.png) Can I check: what is your DABEST version when you...

@paul-hawkins and @dhuzard , This looks suspiciously like issues #67 and #70. Could I trouble both of you to check what version of pandas you two have installed? ```python import...

Hi, @paul-hawkins, I think upgrading pandas to >= 0.26 should do it. Can you give it a go?

Hi, Thanks for flagging this up. For some reason we [use](https://github.com/ACCLAB/dabestr/blob/a6b558f25169d1b3d98c3f9dc015c3c2d37e0727/R/plot.R#L327) `stringr::str_interp()` when passing the user-defined ylabel. This results in any `expression()` and related commands being parsed directly. I'll roll...

Hi, Do you have a dummy dataset to demonstrate the type of data you have? Joses

I think the plot you want is the successive repeated measures plot, which would include a [parallel coordinates plot](https://pandas.pydata.org/pandas-docs/stable/user_guide/visualization.html#parallel-coordinates), and the bootstrap effect sizes below. ![parallel coordinates plot](https://user-images.githubusercontent.com/12838917/64399823-7b159b80-d09c-11e9-9f11-d898a35acd29.png) A mock...

Hi @Rmadillo, thanks for the ❤️ and raising an excellent suggestion. We might integrate this further down the line. We are very happy to have yourself or @rasmusab fork this...