survBootOutliers

Outlier detection methods for survival datasets based on the analysis of the bootstrapped concordance

https://github.com/jonydog/survbootoutliers

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Outlier detection methods for survival datasets based on the analysis of the bootstrapped concordance

Basic Info
  • Host: GitHub
  • Owner: jonydog
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 43 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed about 8 years ago
Metadata Files
Readme

README.md

survBootOutliers

This package provides three new outlier detection methods for survival datasets: BHT, OSD and DBHT. The three methods propose to perform outlier detection in a multivariate setting, using the Cox regression as the model and the concordance c-index as a measure of goodness of fit. The first method BHT (Bootstrap Hypothesis Testing) is a procedure that computes a delete-1 statistic in order to make a bootstrap hypothesis test, testing for the increase in the concordance c-index. The second method OSD (One Step Deletion) is based on a sequential procedure that maximizes the c-index of the model using a greedy one-step-ahead search. The third method DBHT (Dual Bootstrap Hypothesis Testing) uses two antagonistic bootstrap resamples to perform the hypothesis test. These three methods can be used to perform robust estimation for the Cox regression or other survival models, removing from the regression or other model, the most outlying observations.

Related publications

Pinto J., Carvalho A. and Vinga S. (2015). Outlier Detection in Survival Analysis based on the Concordance C-index.In Proceedings of the International Conference on Bioinformatics Models, Methods and Algorithms - Volume 1: BIOINFORMATICS, (BIOSTEC 2015) ISBN 978-989-758-070-3, pages 75-82. DOI: 10.5220/0005225300750082

Pinto J.D., Carvalho A.M., Vinga S. (2015) Outlier Detection in Cox Proportional Hazards Models Based on the Concordance c-Index. In: Pardalos P., Pavone M., Farinella G., Cutello V. (eds) Machine Learning, Optimization, and Big Data. Lecture Notes in Computer Science, vol 9432. Springer, Chams

Owner

  • Name: João Diogo Pinto
  • Login: jonydog
  • Kind: user

Software Engineer

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 19
  • Total Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.053
Top Committers
Name Email Commits
jonydog j****t@h****m 18
JoaoPinto j****o@a****t 1
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 169 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: survBootOutliers

Concordance Based Bootstrap Methods for Outlier Detection in Survival Analysis

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 169 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 42.7%
Downloads: 84.5%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4.0 depends
  • stats * depends
  • survival * depends
  • methods * imports
  • utils * imports
  • BiocParallel * suggests