Skip to content

Commit

Permalink
Rephrasing README
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonNowakowski authored Sep 26, 2022
1 parent 9e6e141 commit 64a2f24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@

# DMRnet

This is a repository for DMRnet — Delete or Merge Regressors algorithms for linear and logistic model selection with high-dimensional data (the number of regressors may exceed the number of observations). The predictors can be continuous or categorical. The selected model consists of a subset of numerical regressors and partitions of levels of factors.
DMRnet (Delete or Merge Regressors) is a suit of algorithms for linear and logistic model selection with high-dimensional data (i.e. the number of regressors may exceed the number of observations). The predictors can be continuous or categorical. The selected model consists of a subset of numerical regressors and partitions of levels of factors.

For information on how to get started using DMRnet, see our [getting started vignette](https://cran.r-project.org/web/packages/DMRnet/vignettes/getting-started.html).

## Installing `DMRnet` package

To install the development package version (currently: 0.3.1.9001) please execute
To install the development package version (currently: 0.3.1.9002) please execute
```
library(devtools)
devtools::install_github("SzymonNowakowski/DMRnet")
Expand Down

0 comments on commit 64a2f24

Please sign in to comment.