Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linogaliana/oglm


https://github.com/linogaliana/oglm

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# oglm

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R build status](https://github.com/linogaliana/oglmx/workflows/R-CMD-check/badge.svg)](https://github.com/linogaliana/oglmx/actions)
[![codecov](https://codecov.io/gh/linogaliana/oglm/branch/personalize/graph/badge.svg?token=ze2Myd4amD)](https://codecov.io/gh/linogaliana/oglm)

A package to work with interval regression and ordered logit and probit models

:warning: `oglm` is a personal adaptation of `oglmx` :package:
available on
[CRAN](https://cran.r-project.org/web/packages/oglmx/index.html). Because the
:package: does not look actively maintened and I needed a few enhancement, I
started to work on the source code.

## Installation

You can install the github version of `oglm` with:

``` r
devtools::install_github("linogaliana/oglm")
```

## Difference with `oglmx` :package:

This :package: has a few difference with `oglmx` :package: that are listed here:

* The :package: presents some tests and is tested using standard checks
in the R community (continuous
integration is enhanced using `Github Actions`) !
* `predict` method
* ...