Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linogaliana/oglm
https://github.com/linogaliana/oglm
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/linogaliana/oglm
- Owner: linogaliana
- Created: 2021-01-07T08:32:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T07:04:42.000Z (over 3 years ago)
- Last Synced: 2023-03-04T04:56:35.437Z (almost 2 years ago)
- Language: R
- Size: 445 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
* ...