PLindleyROC
The Power Lindley Receiver Operating Characteristic
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: researchgate.net -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The Power Lindley Receiver Operating Characteristic
Basic Info
- Host: GitHub
- Owner: ErtanSU
- Language: R
- Default Branch: master
- Homepage: https://ertansu.github.io/PLindleyROC/
- Size: 7.48 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# PLindleyROC
[](https://github.com/ErtanSU/PLindleyROC/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/ErtanSU/PLindleyROC)
[](https://cran.r-project.org/package=PLindleyROC)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
[
](https://github.com/ErtanSU/PLindleyROC)
The goal of PLindleyROC is to evaluate the Receiver Operating Characteristic (ROC) for Power Lindley Distribution. Additionally, The performace asssesments can be performed associated with the Bi-Power Lindley ROC model.
## Installation
You can install the development version of PLindleyROC via the following code:
``` r
# install.packages("devtools")
devtools::install_github("ErtanSU/PLindleyROC")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r}
library(PLindleyROC)
dPLD(c(1,2,3,4,5,200),alpha=3,beta=2)
```
```{r}
library(PLindleyROC)
pPLD(c(.5,1,2,3,4),alpha=3,beta=2)
```
```{r}
library(PLindleyROC)
qPLD(c(.9971,0.5,0.3),alpha=3,beta=2)
```
```{r}
library(PLindleyROC)
rPLD(10,alpha=3,beta=2)
```
```{r}
library(PLindleyROC)
r.pl_auc(x=c(1,2,2,3,1),y=c(1,3,2,4,2,3),true_param=c(alpha1=1,beta1=1,alpha2=1,beta2=1),method=c("TRUE"))
```
```{r}
library(PLindleyROC)
r.pl_index(x=c(1,2,2,3,1),y=c(1,3,2,4,2,3),init_param=c(1,1,1,1),init_index=1,method=c("MLE"))
```
```{r}
library(PLindleyROC)
x=c(1,2,2,3,1)
y=c(1,3,2,4,2,3)
r.pl_graph(x,y,init_param=c(1,1,1,1),empirical=TRUE,method=c("MLE"))
```
## Corresponding Author
Department of Statistics, Faculty of Science, Selcuk University, 42250, Konya, Turkey
Email:https://www.researchgate.net/profile/Ertan-Akgenc
## References
Akgenç, E., and Kuş, C., 2023,
*ROC Curve Analysis for the Measurements Distributed Power-Lindley Distribution*,
2nd International E-Conference On Mathematical And Statistical Sciences: A Selçuk Meeting (ICOMSS-2023), Konya, 25.
Attwood, K., Hou, S., and Hutson, A., 2022,
*Application of the skew exponential power distribution to ROC curves*, Journal of Applied Statistics, 1-16.
Ghitany M., Al-Mutairi D. K., Balakrishnan N., and Al-Enezi L., 2013,
*Power lindley distribution and associated inference*, Computational Statistics & Data Analysis, 64,20–33.
Liu, X., 2012,
*Classification accuracy and cut point selection*, Statistics in medicine, 31(23), 2676-2686.
Nahm, F. S., 2022,
*Receiver operating characteristic curve: overview and practical use for clinicians*, Korean journal of anesthesiology, 75(1), 25-36.
Perkins, N. J., and Schisterman, E. F., 2006,
*The inconsistency of “optimal” cutpoints obtained using two criteria based on the receiver operating characteristic curve*, American journal of epidemiology, 163(7), 670-675.
Pundir, S. and Amala, R., 2014,
*Evaluation of area under the constant shape bi-weibull roc curve*, Journal of Modern Applied Statistical Methods, 13(1),1-20.
Youden, W. J., 1950,
*Index for rating diagnostic tests*, Cancer, 3(1), 32-35.
Owner
- Login: ErtanSU
- Kind: user
- Repositories: 1
- Profile: https://github.com/ErtanSU
GitHub Events
Total
- Issues event: 1
- Push event: 9
Last Year
- Issues event: 1
- Push event: 9
Packages
- Total packages: 1
-
Total downloads:
- cran 520 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: PLindleyROC
Receiver Operating Characteristic Based on Power Lindley Distribution
- Homepage: https://github.com/ErtanSU/PLindleyROC
- Documentation: http://cran.r-project.org/web/packages/PLindleyROC/PLindleyROC.pdf
- License: GPL-3
-
Latest release: 0.1.2
published over 1 year ago
Rankings
Forks count: 27.9%
Dependent packages count: 28.8%
Stargazers count: 34.6%
Dependent repos count: 36.9%
Average: 43.0%
Downloads: 86.7%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests