-
1.To obtain the effect size, the difference in sample means is divided by the pooled standard deviation of the samples. If I use the standard deviation of the samples, the effect size is too large. An…
-
I think this has been discussed several times on StatsPlots, but let's move it here. My suggestion is to simply move the `@df` macro from StatsPlots to here. Having data in dataframes is a common use …
-
I was trying to plot [this CSV dataset](https://github.com/ageron/data/blob/main/lifesat/lifesat.csv) using `StatsPlots.@df`. I wrote and ran the following code in a fresh Pluto notebook:
```jl
us…
-
Need to define the best order, then its a simple pandas function to reorder
-
`show()` is not working while I'm importing pandas with from modin. I'm using [modin](https://github.com/modin-project/modin) to improve pandas performance.
```
import modin.pandas as pd
df = …
-
**Describe the bug**
Internally, the target space sorts the keys of the `pbounds` dict before creating the target space bounds. This is presumably because python dicts were unordered before python 3.…
-
For a lot of genome_id values present in df_arts_allhits_as-7.1.0.csv there is either 'sequence', 'extrachromosomal' or 'genome'. It appears to only happen when duplication column is TRUE.
E.g.
…
-
Hello everyone,
I am analyzing the effect of national indicators (GDP per capita, percentage of agricultural land, life expectancy) on the fishery product supply index (ISDI_final, an index ranging…
-
Dear Vadim,
I searched top-ABPP DIA files with FragPipe to collect a file fold named "diann-output". My question is whether the quantification of assigned modified peptides also is generated from "…
-
I have been trying to run some examples from the mpi4pyscf documentation, specifically those using the PBC (periodic boundary conditions) module. The specific example is from the user guide: [(https:/…