india

Tools for influence diagnostics in statistical models

https://github.com/faosorios/india

Science Score: 39.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
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

cooks-distance leverages likelihood-displacement outlier-detection outliers
Last synced: 6 months ago · JSON representation

Repository

Tools for influence diagnostics in statistical models

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
cooks-distance leverages likelihood-displacement outlier-detection outliers
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

india: Tools for influence diagnostics in statistical models

CRAN status CRAN/METACRAN fastmatrix L1pack GitHub last commit CRAN RStudio mirror downloads

Set of routines for influence diagnostics by using case-deletion in ordinary least squares, nonlinear regression, ridge estimation and LAD regression.

Features

Lastest release (May 03, 2025) of india package have implemented the following influence measures for objects of class nls, lad, ols and ridge, provided by L1pack and fastmatrix, respectively. * Cook's distances. * Leverages (and hatvalues). * Likelihood displacement. * Relative change in the condition number.

Our plan in the near future is the implementation of functions to handle: * General models commonly used in Statistics. * Procedures for assessing the local influence considering several perturbation schemes.

Reference Manual

Resources

Binaries and sources for india are available here (these are local files):

Version 0.1-1 of india can be found at the CRAN package repository:

Installation instructions

To install india (version 0.1-1) from CRAN, start R and enter: r install.packages("india")

Or install it from its GitHub repository. First install the devtools package. r install.packages("devtools")

Then install india using the install_github function in devtools r library(devtools) install_github("faosorios/india", subdir = "pkg")

Alternatively, you can download the source as a tarball (.tar.gz file). Unpack this file (thereby creating a directory named, india) and install the package source by executing (at the console prompt) R CMD INSTALL india

Next, you can load the package by using the command: library(india)

Providing Feedback

Please report any bugs/suggestions/improvements to Felipe Osorio. If you find these routines useful or not then please let me know. Also, acknowledgement of the use of the routines is appreciated.

To cite the fastmatrix package in publications use:

Osorio, F. (2025). india: Influence diagnostics in statistical models. R package version 0.1-1. URL: https://cran.r-project.org/package=india

Papers using india

  • Ogueda, A., Osorio, F. (2025). Influence diagnostics for ridge regression using the Kullback-Leibler divergence. Statistical Papers 66, 85.

About the Author

Felipe Osorio is an applied statistician and creator of several R packages * Webpage: faosorios.github.io

GitHub Events

Total
  • Push event: 21
Last Year
  • Push event: 21

Packages

  • Total packages: 1
  • Total downloads:
    • cran 535 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: india

Influence Diagnostics in Statistical Models

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 535 Last month
Rankings
Dependent packages count: 28.9%
Dependent repos count: 36.9%
Average: 50.9%
Downloads: 86.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

pkg/DESCRIPTION cran
  • L1pack * depends
  • R >= 3.5.0 depends
  • fastmatrix * depends
  • stats * imports