simex

The simex Package -- This pakage for R implements the simex procedure developed by Cook & Stefanski for dealing with measurement error models, as well as the mcsimex for misclassified data developed by Küchenhoff, Mwalili and Lesaffre.

https://github.com/wolfganglederer/simex

Science Score: 10.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
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

The simex Package -- This pakage for R implements the simex procedure developed by Cook & Stefanski for dealing with measurement error models, as well as the mcsimex for misclassified data developed by Küchenhoff, Mwalili and Lesaffre.

Basic Info
Statistics
  • Stars: 12
  • Watchers: 4
  • Forks: 7
  • Open Issues: 4
  • Releases: 0
Created over 10 years ago · Last pushed almost 7 years ago
Metadata Files
Readme

README.md

The simex Package

This pakage for R implements the simex procedure developed by Cook & Stefanski for dealing with measurement error models, as well as the mcsimex for misclassified data developed by Küchenhoff, Mwalili and Lesaffre.

Installation

It can be found on CRAN and installed with

R install.packages("simex")

The most current version can be installed via

R devtools::install_github("wolfganglederer/simex")

simex NEWS:

Version 1.8:

  • coxph from survival is now supported (Rasmus Froberg Brøndum) & PR by Heidi
  • website added (Wolfgang)
  • smaller fixes (Wolfgang)

Version 1.7:

(by Wolfgang Lederer)

  • Option fitting.method in function simex() now really works properly for "linear" (Wolfgang)
  • Smaller documentation fixes (Wolfgang)
  • Uploaded to Github and moved documentation to roxygen2 (Wolfgang)
  • Added support for proportional odds logistic regression (polr from library MASS) (Chris Lawrence)

Version 1.5:

(by Heidi Seibold & Wolfgang Lederer)

  • Option fitting.method in function simex() now works properly for "linear" (Wolfgang)
  • Measurement errors may now be heteroscedastic. Therefore the input-type had to be changed. The measurement error now has to be a matrix. (Heidi)
  • The functions simex and print.summary.simex were adjusted. (Heidi)

Version 1.4:

(by Ph. Grosjean phgrosjean@sciviews.org)

  • Object classes were renamed 'simex' and 'mcsimex' to match their constructor's names simex() and mcsimex().
  • Interface of mcsimex() has been homogenized with the one of simex(), with fitting.method at the sixth place instead of last one.
  • print() methods now return x invisibly, as they are supposed to do.
  • predict() methods failed when newdata was not provided. Fixed.
  • refit() is now a generic function with methods for objects 'simex' and 'mcsimex'. Its arguments have been reworked to match arguments of simex() and mcsimex() functions (jackknife becomes jackknife.estimation).
  • A NAMESPACE is added and functions that are not supposed to be used by the end-user are now hidden in the namespace (construct.s(), fit.log() and fit.nls()).
  • Documentation has been rewritten to match current R standards. Methods are now documented in the same page as the object creator. 'Overview' is rewritten and renamed 'simex-package'.

References

Küchenhoff, H., Mwalili, S. M. and Lesaffre, E. (2006) A general method for dealing with misclassification in regression: The Misclassification SIMEX. Biometrics, 62, 85 -- 96

Küchenhoff, H., Lederer, W. and E. Lesaffre. (2006) Asymptotic Variance Estimation for the Misclassification SIMEX. Computational Statistics and Data Analysis, 51, 6197 -- 6211

Lederer, W. and Küchenhoff, H. (2006) A short introduction to the SIMEX and MCSIMEX. R News, 6(4), 26--31

Cook, J.R. and Stefanski, L.A. (1994) Simulation-extrapolation estimation in parametric measurement error models. Journal of the American Statistical Association, 89, 1314 -- 1328

Carroll, R.J., Küchenhoff, H., Lombard, F. and Stefanski L.A. (1996) Asymptotics for the SIMEX estimator in nonlinear measurement error models. Journal of the American Statistical Association, 91, 242 -- 250

Carrol, R.J., Ruppert, D., Stefanski, L.A. and Crainiceanu, C. (2006). Measurement error in nonlinear models: A modern perspective., Second Edition. London: Chapman and Hall.

Owner

  • Name: Wolfgang Lederer
  • Login: wolfganglederer
  • Kind: user
  • Location: Munich
  • Company: FMS-SG

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 2
  • Fork event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 2
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 60
  • Total Committers: 5
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.533
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
wolfganglederer w****r@g****m 28
Chris Lawrence c****s@l****m 17
wolfganglederer w****r 13
HeidiSeibold h****d@i****e 1
HeidiSeibold h****d@u****h 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 6
  • Total pull requests: 5
  • Average time to close issues: 2 months
  • Average time to close pull requests: 12 days
  • Total issue authors: 6
  • Total pull request authors: 3
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.4
  • Merged pull requests: 4
  • 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
  • abadgerw (1)
  • mochenyang (1)
  • helmutkuechenhoff (1)
  • gjmzajac (1)
  • HeidiSeibold (1)
  • Deleetdk (1)
Pull Request Authors
  • lordsutch (2)
  • HeidiSeibold (2)
  • rfbrondum (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 973 last-month
  • Total docker downloads: 43,390
  • Total dependent packages: 5
  • Total dependent repositories: 10
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: simex

SIMEX- And MCSIMEX-Algorithm for Measurement Error Models

  • Versions: 6
  • Dependent Packages: 5
  • Dependent Repositories: 10
  • Downloads: 973 Last month
  • Docker Downloads: 43,390
Rankings
Docker downloads count: 0.6%
Dependent packages count: 8.2%
Dependent repos count: 9.2%
Average: 9.9%
Forks count: 10.8%
Downloads: 13.4%
Stargazers count: 17.4%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • graphics * imports
  • stats * imports
  • MASS * suggests
  • mgcv * suggests
  • nlme * suggests
  • survival * suggests