revss

Robust Estimation in Very Small Samples

https://github.com/aadler/revss

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Robust Estimation in Very Small Samples

Basic Info
  • Host: GitHub
  • Owner: aadler
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 66.4 KB
Statistics
  • Stars: 4
  • Watchers: 0
  • Forks: 1
  • Open Issues: 1
  • Releases: 6
Created almost 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md


title: Package revss

R-CMD-check codecov OpenSSF Best Practices <!-- badges: end -->

Description

revss is an R package which implements the estimation techniques described in Rousseeuw & Verboven (2002) for the location and scale of very small samples.

Citation

If you use the package, please cite it as per CITATION.

Acknowledgment

The author is grateful Dr. Peter Rousseeuw for his response to this MathExchange question about the implementation.

Roadmap

Major

  • There are no plans for major changes at current

Minor

  • There are no plans for minor changes at current

Contributions

Please see CONTRIBUTING.md.

Security

Please see SECURITY.md.

Owner

  • Name: Avraham Adler
  • Login: aadler
  • Kind: user
  • Location: New York Metropolitan Area
  • Company: McGill and Partners

Citation (CITATION.cff)

# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
 
cff-version: 1.2.0
message: 'To cite package "revss" in publications use:'
type: software
license: BSD-2-Clause
title: 'revss: Robust Estimation in Very Small Samples'
version: 2.0.0
doi: 10.32614/CRAN.package.revss
abstract: Implements the estimation techniques described in Rousseeuw & Verboven (2002)
  <https://doi.org/10.1016/S0167-9473(02)00078-6> for the location and scale of very
  small samples.
authors:
- family-names: Adler
  given-names: Avraham
  email: Avraham.Adler@gmail.com
  orcid: https://orcid.org/0000-0002-3039-0703
preferred-citation:
  type: manual
  title: 'revss: Robust Estimation in Very Small Samples'
  authors:
  - family-names: Adler
    given-names: Avraham
    email: Avraham.Adler@gmail.com
    orcid: https://orcid.org/0000-0002-3039-0703
  year: '2020'
  url: https://CRAN.R-project.org/package=revss
  doi: 10.32614/CRAN.package.revss
  notes: R package version 2.0.0
repository: https://CRAN.R-project.org/package=revss
repository-code: https://github.com/aadler/revss
url: https://github.com/aadler/revss
date-released: '2024-06-20'
contact:
- family-names: Adler
  given-names: Avraham
  email: Avraham.Adler@gmail.com
  orcid: https://orcid.org/0000-0002-3039-0703

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 59
  • Total Committers: 1
  • Avg Commits per committer: 59.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 9
  • Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Avraham Adler a****r@g****m 59

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • filiporn (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 293 last-month
  • Total docker downloads: 41,971
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: revss

Robust Estimation in Very Small Samples

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 293 Last month
  • Docker Downloads: 41,971
Rankings
Forks count: 21.9%
Stargazers count: 24.2%
Dependent packages count: 29.8%
Average: 31.3%
Dependent repos count: 35.5%
Downloads: 45.2%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • stats * imports
  • covr * suggests
  • tinytest * suggests
.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/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