Package: descr 1.1.8
descr: Descriptive Statistics
Weighted frequency and contingency tables of categorical variables and of the comparison of the mean value of a numerical variable by the levels of a factor, and methods to produce xtable objects of the tables and to plot them. There are also functions to facilitate the character encoding conversion of objects, to quickly convert fixed width files into csv ones, and to export a data.frame to a text file with the necessary R and SPSS codes to reread the data.
Authors:
descr_1.1.8.tar.gz
descr_1.1.8.zip(r-4.5)descr_1.1.8.zip(r-4.4)descr_1.1.8.zip(r-4.3)
descr_1.1.8.tgz(r-4.4-x86_64)descr_1.1.8.tgz(r-4.4-arm64)descr_1.1.8.tgz(r-4.3-x86_64)descr_1.1.8.tgz(r-4.3-arm64)
descr_1.1.8.tar.gz(r-4.5-noble)descr_1.1.8.tar.gz(r-4.4-noble)
descr_1.1.8.tgz(r-4.4-emscripten)descr_1.1.8.tgz(r-4.3-emscripten)
descr.pdf |descr.html✨
descr/json (API)
NEWS
# Install 'descr' in R: |
install.packages('descr', repos = c('https://jalvesaq.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jalvesaq/descr/issues
Last updated 12 months agofrom:b627366a2c. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | OK | Nov 12 2024 |
R-4.5-linux-x86_64 | OK | Nov 12 2024 |
R-4.4-win-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-aarch64 | OK | Nov 12 2024 |
R-4.3-win-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-aarch64 | OK | Nov 12 2024 |
Exports:compmeanscrosstabCrossTabledata.frame2txtdescrfile.headforODFTablefreqfromUTF8fwf2csvhistkdnclabels2RLogRegR2toUTF8
Dependencies:xtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Means of a numerical vector according to a factor | compmeans |
Cross tabulation with mosaic plot | crosstab |
Cross tabulation with tests for factor independence | CrossTable |
Export a data.frame and create scripts to input the data again. | data.frame2txt |
Summary of an object | descr |
Prints first lines of a file. | file.head |
Convert an object of class CrossTable into a matrix for odfTable | forODFTable |
Frequency table | freq |
Conversion from UTF-8 encoding | fromUTF8 |
Fast conversion of a fwf file into a csv one | fwf2csv |
Histogram with kernel density and normal curve | histkdnc |
Conversion of specially written text file into R code | labels2R |
Pseudo R2 of logistic regression | LogRegR2 |
Mosaic plot from object of class CrossTable | plot.CrossTable |
Bar plot from object of class freqtable | plot.freqtable |
Conversion to UTF-8 encoding | toUTF8 |
CrossTable method for xtable | xtable.CrossTable |