-
Build out and integrate the query tool at https://github.com/pudo/angular-cubes. This should merge in with the main application fully, but run off S3-stored JavaScript libraries for embed views.
Als…
-
Figure out how to to crosstabs with row and column percentages, similar to `PROC FREQ` with `TABLES`
-
`qtab()` introduced in *collapse* 1.8.0 should be more efficient than the workaround with fsum(). You need to pass the data to the weights argument `w` of `qtab()`. In any case, even if that should no…
-
-
```R
abundance_data
-
If `crosstab.notSupported` is true, crosstab should work by only handling events processed on it's own tab, and always believing that it is the master tab, and that it is the only tab. This way, logic…
-
PostgreSQL has a special set of functions to produce PIVOT tables. These functions are called `crosstab()` and similar, as can be seen here:
http://www.postgresql.org/docs/9.3/static/tablefunc.html
I…
-
Hi,
I keep getting this error:
```
Failed to compile.
./node_modules/redux-persist-crosstab/index.js
Module not found: Can't resolve 'redux-persist/constants' in 'node_modules\redux-persist-…
-
Any of these should be possible via auto-`pd.concat`:
`dataset.crosstab(['q1', 'q2'], 'q3')`
`dataset.crosstab('q1', ['q2', 'q3'])`
`dataset.crosstab(['q1', 'q2'], ['q3', 'q4'])`
-
### JASP Version
0.16
### Commit ID
_No response_
### JASP Module
_No response_
### What analysis are you seeing the problem on?
Frequencies, Classical, Contingences
### What OS are you seeing…