MyNixOS website logo
Description

Proxy Indicator Diagnostic Tool for Analytical and Policy Use.

Provides statistical diagnostics to evaluate whether proxy indicators reliably represent an unobservable target construct. The main function 'senser()' assesses proxies across multiple dimensions including monotonicity, information content, stability, distributional alignment, and potential bias risk. It prints a concise, interpretable summary suitable for analytical and policy-oriented assessment, without claiming causal inference.

Build Status CRAN Version Open Issues License

ChatGPT Image Feb 17, 2026, 12_14_55 PM

senseR

Quality assessment framework for proxy indicators using monotonicity, information content, responsiveness, dispersion, stagnation, ceiling effect, and stability metrics.

Installation

# install.packages("devtools")
devtools::install_github("username/senseR")

Example

library(senseR)

set.seed(42)
df <- data.frame(
  gdp = rnorm(50, 100, 10),
  ntl = rnorm(50, 50, 5) #ntl is nightime light index from Google Earth Engine (GEE)
)
senser(df, proxy = "ntl", target = "gdp") #English explanation by default

Methodological Background

The composite score integrates: (1) Spearman monotonicity; (2) R-squared information content; (3) Elasticity responsiveness; (4) Coefficient of variation; (5) Absolute change; (6) Ceiling effect; and (7) Beta stability.

Scientific References

The methodological foundation of senseR is based on established statistical and econometric literature:

1. Monotonicity (Spearman Rank Correlation)

Spearman, C. (1904). The proof and measurement of association between two things.American Journal of Psychology, 15(1), 72–101. https://doi.org/10.2307/1412159


2. Information Content (R² Interpretation)

Cohen, J. (1988). Statistical Power Analysis for the Behavioral Sciences (2nd ed.). Lawrence Erlbaum Associates.


3. Elasticity and Responsiveness

Wooldridge, J. M. (2013). Introductory Econometrics: A Modern Approach (5th ed.). South-Western Cengage Learning.


4. Composite Indicator Methodology

OECD (2008). Handbook on Constructing Composite Indicators: Methodology and User Guide. OECD Publishing. https://doi.org/10.1787/9789264043466-en


5. Time Series Stability Concepts

Hamilton, J. D. (1994). Time Series Analysis. Princeton University Press.


6. Structural Stability (Chow Test)

Chow, G. C. (1960). Tests of equality between sets of coefficients in two linear regressions. Econometrica, 28(3), 591–605. https://doi.org/10.2307/1910133

Metadata

Version

0.1.0

License

Unknown

Platforms (78)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    uefi
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-uefi
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-uefi
  • x86_64-windows