Package: codecountR 0.0.4.8

Philippe Cohard
codecountR: Counting Codes in a Text and Preparing Data for Analysis
Data analysis often requires coding, especially when data are collected through interviews, observations, or questionnaires. As a result, code counting and data preparation are essential steps in the analysis process. Analysts may need to count the codes in a text (Tokenization, counting of pre-established codes, computing the co-occurrence matrix by line) and prepare the data (e.g., min-max normalization, Z-score, robust scaling, Box-Cox transformation, and non-parametric bootstrap). For the Box-Cox transformation (Box & Cox, 1964, <https://www.jstor.org/stable/2984418>), the optimal Lambda is determined using the log-likelihood method. Non-parametric bootstrap involves randomly sampling data with replacement. Two random number generators are also integrated: a Lehmer congruential generator for uniform distribution and a Box-Muller generator for normal distribution. Package for educational purposes.
Authors:
codecountR_0.0.4.8.tar.gz
codecountR_0.0.4.8.tar.gz(r-4.7-any)codecountR_0.0.4.8.tar.gz(r-4.6-any)
codecountR_0.0.4.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
codecountR/json (API)
| # Install 'codecountR' in R: |
| install.packages('codecountR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:1df0f5e8c7. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 162 | ||
| source / vignettes | OK | 120 | ||
| linux-release-x86_64 | OK | 111 | ||
| wasm-release | OK | 91 |
Exports:analysCodesListbootStrapBoxAndCoxBoxMullerGencodeCountcongruGencoocloadCodesnormMinMaxrobustScalsubCalcBoxAndCoxtestPairstokenizationverifyzScore
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| analysCodesList | analysCodesList |
| bootStrap | bootStrap |
| BoxAndCox | BoxAndCox |
| BoxMullerGen | BoxMullerGen |
| codeCount | codeCount |
| congruGen | congruGen |
| cooc | cooc |
| loadCodes | loadCodes |
| normMinMax | normMinMax |
| robustScal | robustScal |
| subCalcBoxAndCox | subCalcBoxAndCox |
| testPairs | testPairs |
| tokenization | tokenization |
| verify | verify |
| zScore | zScore |