Package: discnorm 0.2.1

Njål Foldnes
discnorm: Test for Discretized Normality in Ordinal Data
Tests whether multivariate ordinal data may stem from discretizing a multivariate normal distribution. The test is described by Foldnes and Grønneberg (2019) <doi:10.1080/10705511.2019.1673168>. In addition, an adjusted polychoric correlation estimator is provided that takes marginal knowledge into account, as described by Grønneberg and Foldnes (2022) <doi:10.1037/met0000495>.
Authors:
discnorm_0.2.1.tar.gz
discnorm_0.2.1.tar.gz(r-4.5-noble)discnorm_0.2.1.tar.gz(r-4.4-noble)
discnorm_0.2.1.tgz(r-4.4-emscripten)discnorm_0.2.1.tgz(r-4.3-emscripten)
discnorm.pdf |discnorm.html✨
discnorm/json (API)
NEWS
# Install 'discnorm' in R: |
install.packages('discnorm', repos = '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 3 years agofrom:a27fbe03d5. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 21 2025 |
R-4.5-linux | OK | Mar 21 2025 |
R-4.4-linux | OK | Mar 21 2025 |
Dependencies:ADGofTestadmiscarulesCDMcolorspacecopulacubaturegenericsGoFKernelgslKernSmoothlatticelavaanMASSMatrixmnormtmvtnormnumDerivpbapplypbivnormpbvpcaPPpolycorpsplinequadprogRcppRcppArmadillosirtstabledistTAM
Citation
To cite covsim in publications use:
Njål Foldnes, Steffen Grønneberg (2019). Pernicious Polychorics: The Impact and Detection of Underlying Non-normality. Structural Equation Modeling: A Multidisciplinary Journal. URL https://doi.org/10.1080/10705511.2019.1673168
Corresponding BibTeX entry:
@Article{, title = {Pernicious Polychorics: The Impact and Detection of Underlying Non-normality}, author = {Njål Foldnes and Steffen Grønneberg}, journal = {Structural Equation Modeling: A Multidisciplinary Journal}, year = {2019}, url = {https://doi.org/10.1080/10705511.2019.1673168}, }
Readme and manuals
discnorm
This package contains an implementation of a the bootstrap test for underlying non-normality proposed by Foldnes and Gronneberg (Structural Equation Modeling, 2019). Also contains an adjusted polychoric estimator proposed by Gronneberg and Foldnes (Psychological Methods, 2022).
How to install
You can install:
-
the stable release on CRAN:
install.packages("discnorm")
-
the latest development version:
devtools::install_github("njaalf/discnorm")
Package overview
The package offers function bootTest() which tests an ordinal data frame for underlying normality. A function catLSadj() is provided that computes the adjusted polychoric correlations based on user-provided non-normal marginals.
References
Njål Foldnes & Steffen Grønneberg (2019) Pernicious Polychorics: The Impact and Detection of Underlying Non-normality, Structural Equation Modeling: A Multidisciplinary Journal, DOI: 10.1080/10705511.2019.1673168
Steffen Grønneberg & Njål Foldnes (2022) Factor Analyzing Ordinal Items Requires Substantive Knowledge of Response Marginals, Psychological Methods, DOI: 10.1037/met0000495
Help Manual
Help page | Topics |
---|---|
Bootstrap test for discretized normality | bootTest |
Adjusted polychoric correlation | catLSadj |