Movatterモバイル変換


[0]ホーム

URL:


Cyclops

Build Statuscodecov.ioCRAN_Status_BadgeCRAN_Status_Badge

Cyclops is part of theHADES.

Introduction

Cyclops (Cyclic coordinate descent for logistic, Poisson and survivalanalysis) is an R package for performing large scale regularizedregressions.

Features

Examples

library(Cyclops)  cyclopsData<-createCyclopsDataFrame(formula)  cyclopsFit<-fitCyclopsModel(cyclopsData)

Technology

Cyclops in an R package, with most functionality implemented in C++.Cyclops uses cyclic coordinate descent to optimize the likelihoodfunction, which makes use of the sparse nature of the data.

System Requirements

Requires R (version 3.1.0 or higher). Compilation on Windows requiresRTools >=3.4.

Installation

In R, to install the latest stable version, install from CRAN:

install.packages("Cyclops")

To install the latest development version, install from GitHub. Notethat this will require RTools to be installed.

install.packages("devtools")devtools::install_github("OHDSI/Cyclops")

User Documentation

Documentation can be found on thepackage website.

PDF versions of the documentation are also available: * Packagemanual:Cyclopsmanual

Support

Contributing

Readherehow you can contribute to this package.

License

Cyclops is licensed under Apache License 2.0. Cyclops contains theTinyThread libray.

The TinyThread library is licensed under thezlib/libpng license asdescribedhere.

Development

Cyclops is being developed in R Studio.

Acknowledgements


[8]ページ先頭

©2009-2025 Movatter.jp