Package: codecountR 0.0.4.5
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 and counting of pre-established codes) 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.5.tar.gz
codecountR_0.0.4.5.tar.gz(r-4.5-noble)codecountR_0.0.4.5.tar.gz(r-4.4-noble)
codecountR_0.0.4.5.tgz(r-4.4-emscripten)codecountR_0.0.4.5.tgz(r-4.3-emscripten)
codecountR.pdf |codecountR.html✨
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 1 months agofrom:c1ffefd53c. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
Exports:analysCodesListbootStrapBoxAndCoxBoxMullerGencodeCountcongruGenloadCodesnormMinMaxrobustScalsubCalcBoxAndCoxtokenizationzScore
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
analysCodesList | analysCodesList |
bootStrap | bootStrap |
BoxAndCox | BoxAndCox |
BoxMullerGen | BoxMullerGen |
codeCount | codeCount |
congruGen | congruGen |
loadCodes | loadCodes |
normMinMax | normMinMax |
robustScal | robustScal |
subCalcBoxAndCox | subCalcBoxAndCox |
tokenization | tokenization |
zScore | zScore |