Package: LogisticCopula 0.1.0

Simon Boge Brant
LogisticCopula: A Copula Based Extension of Logistic Regression
An implementation of a method of extending a logistic regression model beyond linear effects of the co-variates. The extension in is constructed by first equating the logistic regression model to a naive Bayes model where all the margins are specified to follow natural exponential distributions conditional on Y, that is, a model for Y given X that is specified through the distribution of X given Y, where the columns of X are assumed to be mutually independent conditional on Y. Subsequently, the model is expanded by adding vine - copulas to relax the assumption of mutual independence, where pair-copulas are added in a stage-wise, forward selection manner. Some heuristics are employed during the process of selecting edges, as well as the families of pair-copula models. After each component is added, the parameters are updated by a (smaller) number of gradient steps to maximise the likelihood. When the algorithm has stopped adding edges, based the criterion that a new edge should improve the likelihood more than k times the number new parameters, the parameters are updated with a larger number of gradient steps, or until convergence.
Authors:
LogisticCopula_0.1.0.tar.gz
LogisticCopula_0.1.0.tar.gz(r-4.7-any)LogisticCopula_0.1.0.tar.gz(r-4.6-any)
LogisticCopula_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
LogisticCopula/json (API)
| # Install 'LogisticCopula' in R: |
| install.packages('LogisticCopula', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- Ionosphere - Example data set
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:9814c5738b. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 180 | ||
| linux-release-x86_64 | OK | 148 | ||
| wasm-release | OK | 151 |
Exports:fit_copula_interactions
Dependencies:ADGofTestassertthatBHbrglm2clicpp11enrichwithglueigraphkde1dlatticelifecyclemagrittrMASSMatrixmvtnormnleqslvnnetnumDerivpkgconfigrandtoolboxRcppRcppEigenRcppThreadrlangrngWELLrvinecopulibstatmodstringistringrvctrsVineCopulawdm
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| fit_copula_interactions | fit_copula_interactions |
| fit_model | fit_model |
| Example data set | Ionosphere |
| predict.logistic_copula | predict.logistic_copula |