-
I'd like to say things like:
`interaction_plot(x, trace, y, error_func=scipy.stats.sem)`
For each of the cells error bars would then be drawn as obtained by applying what is passed via the `error_fu…
-
The following functionality is being developed for future versions of **spm1d**:
**STATISTICS**
- P values for non-significant results
- Direction selection ("positive" or "negative") for one-tai…
-
The Exploratory data analysis (EDA) workspace has led to changes in the way variables will be displayed on the ClinEpiDB and VEuPathDB web sites. Annotation properties describing default units and dat…
-
I've been fitting models with brm() from brms that I then get the marginal likelihood for via bridge_sampler(). When I run a sequence of this (brm fit, bridge_sampler), R eventually crashes with a fat…
-
It would be nice to be able to choose how fun.aggregates are propagated when more than one are used.
For example, if I have:
DT
-
Right now as I'm trying to figure out the best approach, I need to know some common characteristics in downstream analyses. Some detailed use cases will help. For example, what are some frequently use…
-
Hi Todd,
I have a fairly large dataset that is all from one person. I was looking at using SPM to compare left and right side data, pre and post a specific date. However, the data is only from 1 in…
-
It would be good to make users aware that when using repetitions (groups or measures), the context when the repetition code is being applied might be different than when the group being repeated start…
-
#### MCVE Code Sample
```python
import xarray as xr
import numpy as np
sample_idx = xr.IndexVariable("sample_id", ["a", "b", "c"])
da = xr.DataArray(np.eye(3), coords=(sample_idx, sample_id…
-
The anova_test function gives a partial eta squared despite the value of the argument effect.size. Regardless of whether you use "ges" or "both", partial eta squared is always output. Here is a discus…