-
see discussion in #878
mostly a wrapper around formulas, pandas crosstabs and statistical tests.
formula interface to pandas might not be so easy if patsy does different preprocessing, eg convert b…
-
### What problem does your feature request solve?
Currently, there is a function that can tell whether a tab is the last active tab or not whenever it is called. I want a state version of it so tha…
-
Compare proportion of public posts by male vs female in project by gender of project lead.
| M | F.
-
Currently, for row and column groups you can specify a total as start, end or none.
It would be great to be able to also specify not to use a total if there is only 1 row or column in the group.
-
I need to persist my state in another tab, for that I'm using redux-persist@4.8.0 and redux-persist-crosstab@3.6.0
The first tab is https://example.com/ and the second tab is http://example.com/lin…
-
Still valid for jasp 0.19.1
### Missing
- [ ] Phi & Fishers exact test for 2xX tables (R package "coin", http://www.statmethods.net/stats/resampling.html from #99) and make sure to separate Fish…
-
example
select * from crosstab('select a,b,c from "table" inner join "table2" on "table1".x = "table2".y') as crosstabAlias
API sample proposal
selectFrom(({ fn, selectFrom }) =>
fn(
…
-
### Is your feature request related to a problem?
While working on #38745, I was expecting this to be allowed:
```python
import pandas as pd
result = pd.concat(
[
pd.Series(0, …
-
Hi,
we are currently working in Design Studio 1.6 in some reports with the SDK Result Set Information 2.0 to be able to get the number of the rows. Now, we plan to upgrade our reports to Lumira 2.x a…
-
I'm getting the following error whenever I set pval=True on a data set. Using Jupyter Notebook via Anaconda running python 3.9
----------------------------------------------------------------------…