Package: NCA 5.0.1
NCA: Necessary Condition Analysis
Performs a Necessary Condition Analysis (NCA). (Dul, J. 2016. Necessary Condition Analysis (NCA). ''Logic and Methodology of 'Necessary but not Sufficient' causality." Organizational Research Methods 19(1), 10-52) <doi:10.1177/1094428115584005>. NCA identifies necessary (but not sufficient) conditions in datasets, where x causes (e.g. precedes) y. Instead of drawing a regression line ''through the middle of the data'' in an xy-plot, NCA draws the ceiling line. The ceiling line y = f(x) separates the area with observations from the area without observations. (Nearly) all observations are below the ceiling line: y <= f(x). The empty zone is in the upper left hand corner of the xy-plot (with the convention that the x-axis is ''horizontal'' and the y-axis is ''vertical'' and that values increase ''upwards'' and ''to the right''). The ceiling line is a (piecewise) linear non-decreasing line: a linear step function or a straight line. It indicates which level of x (e.g., an effort, a characteristic) is necessary but not sufficient for a (desired or undesired) level of y (e.g., good performance or disease). A quick start guide for using this package can be found here: <https://repub.eur.nl/pub/78323/> or <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2624981>.
Authors:
NCA_5.0.1.tar.gz
NCA_5.0.1.zip(r-4.7)NCA_5.0.1.zip(r-4.6)NCA_5.0.1.zip(r-4.5)
NCA_5.0.1.tgz(r-4.6-any)NCA_5.0.1.tgz(r-4.5-any)
NCA_5.0.1.tar.gz(r-4.7-any)NCA_5.0.1.tar.gz(r-4.6-any)
NCA_5.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
NCA/json (API)
NEWS
| # Install 'NCA' in R: |
| install.packages('NCA', repos = c('https://govertbuijs.r-universe.dev', 'https://cloud.r-project.org')) |
- nca.example - NCA example data with 2 conditions and 1 output
- nca.example2 - NCA example data with 3 conditions and 1 outcome
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:74d606ecc4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 206 | ||
| source / vignettes | OK | 201 | ||
| linux-release-x86_64 | OK | 204 | ||
| macos-release-arm64 | OK | 166 | ||
| macos-oldrel-arm64 | OK | 166 | ||
| windows-devel | OK | 151 | ||
| windows-release | OK | 160 | ||
| windows-oldrel | OK | 138 | ||
| wasm-release | OK | 127 |
Exports:ceilingsline.colorsline.typesline.widthncanca_analysisnca_differencenca_extractnca_outliersnca_outputnca_powernca_powerplotnca_randomnca_util_normalizepoint.colorpoint.type
Dependencies:askpassbase64encbitbit64bitopsblobbslibcachemcaToolsclicodetoolscpp11crosstalkcurldata.tableDBIdigestdoParalleldplyrevaluatefarverfastmapfontawesomeforeachfsgenericsggplot2gluegplotsgtablegtoolshighrhtmltoolshtmlwidgetshttrisobanditeratorsjquerylibjsonliteKernSmoothknitrlabelinglaterlatticelazyevallifecyclelpSolvemagrittrMASSMatrixMatrixModelsmemoisemimeopensslotelpillarpkgconfigplotlypromisespurrrquantregR6rappdirsRColorBrewerRcpprlangrmarkdownRSQLiteS7sassscalesSparseMstringistringrsurvivalsystibbletidyrtidyselecttinytextruncnormutf8vctrsviridisLitewithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Necessary Condition Analysis | NCA-package |
| a set of all available ceiling techniques | ceilings |
| a set defining the line colors for the plots | line.colors |
| a set defining the line types for the plots | line.types |
| parameter defining the width of the lines in the plots | line.width |
| Run a basic NCA analyses on a data set | nca |
| Run NCA analyses on a data set | nca_analysis |
| Function for permutation tests | nca_difference |
| get model parameters | nca_extract |
| Outlier detection | nca_outliers |
| display the result of the NCA analysis | nca_output |
| Function to evaluate power | nca_power |
| Function to show the powerplot | nca_powerplot |
| generating random data that meets necessity | nca_random |
| Normalizes numeric data | nca_util_normalize |
| NCA example data with 2 conditions and 1 output | nca.example |
| NCA example data with 3 conditions and 1 outcome | nca.example2 |
| parameter defining the point color in the plots | point.color |
| parameter defining the plotting symbol in the plots | point.type |
