Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
biometrician committed Feb 16, 2024
1 parent f53a553 commit 055813c
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 52 deletions.
49 changes: 0 additions & 49 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +0,0 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
436 changes: 436 additions & 0 deletions README.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# abe_for_sas

SAS-Macros Implementing Augmented Backward Elimination: A Pragmatic and Purposeful Way to Develop Statistical Models
**SAS-Macros Implementing Augmented Backward Elimination: A Pragmatic and Purposeful Way to Develop Statistical Models**

## Description

Here we provide our SAS-macros to apply augmented backward elimination in linear, logistic or Cox-proportional hazards regression models.

- The macro `%abe` implements the augmented backward elimination algorithm.
- The macro `%abe_bootstrap` implements abe analysis for bootstrap samples.
- **ABE.SAS:** The macro `%abe` implements the augmented backward elimination algorithm.
- **ABE_BOOTSTRAP.SAS:** The macro `%abe_bootstrap` implements abe analysis for bootstrap samples.

If you use the macro in a scientific report, please cite our corresponding paper (Dunkler, Plischke, Leffondre and Heinze, 2014).
In the supplementary information of the paper, the user will find a technical report with a detailed explanation of the parameters of the SAS macros and a worked example (code and data).
Expand Down

0 comments on commit 055813c

Please sign in to comment.