Skip to content

jduke99/Cyclops

 
 

Repository files navigation

Cyclops

Cyclic coordinate descent for logistic, Poisson and survival analysis

Getting Started

  1. In R, use the following commands to install Cyclops:
install.packages("devtools")
library(devtools)
install_github("ohdsi/Cyclops") 
  1. To perform a Cyclops model fit, use the following commands in R:
library(Cyclops)
cyclopsData <- createCyclopsDataFrame(formula)
cyclopsFit <- fitCyclopsModel(cyclopsData)

License

Achilles is licensed under Apache License 2.0

Acknowledgements

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

About

Cyclic coordinate descent for logistic, Poisson and survival analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.4%
  • C 37.1%
  • R 4.5%
  • Other 1.0%