Skip to content

yuxitian/BrokenAdaptiveRidge

 
 

Repository files navigation

BrokenAdaptiveRidge

Introduction

BrokenAdaptiveRidge is an R package for performing L_0-based regressions using Cyclops

Features

Examples

Technology

System Requirements

Requires R (version 3.2.0 or higher). Installation on Windows requires RTools (devtools >= 1.12 required for RTools34, otherwise RTools33 works fine).

Dependencies

  • Cyclops

Getting Started

  1. On Windows, make sure RTools is installed.
  2. In R, use the following commands to download and install BrokenAdaptiveRidge:
install.packages("devtools")
library(devtools)
install_github("ohdsi/Cyclops") 
install_github("ohdsi/BrokenAdaptiveRidge") 
  1. To perform a L_0-based Cyclops model fit, use the following commands in R:
library(BrokenAdaptiveRidge)
cyclopsData <- createCyclopsDataFrame(formula) ## TODO: Update
cyclopsFit <- fitCyclopsModel(cyclopsData)

Getting Involved

License

BrokenAdaptiveRidge is licensed under Apache License 2.0.

Development

BrokenAdaptiveRidge is being developed in R Studio.

Development status

Build Status codecov.io

Beta

Acknowledgements

  • This project is supported in part through the National Science Foundation grants IIS 1251151 and DMS 1264153.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.4%
  • Shell 2.6%