-
-
Contingency tables, also known as two way tables or cross tabulations, are useful for summarizing two variables at the same time. For example, suppose we are interested in understanding whether there …
-
-
I'm just trying this panel out now and I see that if I have a grouped row with auto refresh on, the table auto collapses all the rows on each refresh. Its not really usable with higher frequency refr…
-
Provide some predefined frequency tables based on some public large datasets. E.g.:
- regular English text with punctuation
- json dumps
- python code
-
We soon need to revisit our ways of tabulating data in the describe menu.
We currently use the sjplot package, partly because it seems to cope well with labelled data, it links well with SPSS data,…
-
Function perprocessing the Sampling data for coverage. Function based on the function with the same name in utils.R. This function extended of data validation and add variables from Biological Variabl…
-
Similar to the `stats --stats-jsonl` option, create a `frequency --frequency-jsonl` option.
The `frequency cache` will have the COMPLETE frequency table for each column, not just the top N (default…
-
(FYI @sashakames, @durack1,@matthew-mizielinski, @wolfiex even though this is primarily for Chris)
It looks likely that some changes to the output requirements for CMIP7 will be agreed shortly and…
-
```
def build_frequency_table(corpus):
#I came back and added the below conditions due to the next two steps of ngram. Point is prepare_text wouldn't work
#on lists due to lower(). and s…