Skip to content

Commit 33be053

Browse files
authored
Update README.md
1 parent d54ba2e commit 33be053

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ Code is in the directory selectiveInference/R.
1313
* funs.inf.R: Common functions for inference with fixed, fs, lar, and manymeans (but not group).
1414
* funs.lar.R: Inference for least angle regression.
1515
* funs.max.R: Some numerical approximations. Deprecated?
16+
17+
## Installation
18+
The latest release of the package can be installed through CRAN:
19+
20+
```R
21+
install.packages("selectiveInference")
22+
```
23+
Code in repo is under development and may be unstable.

0 commit comments

Comments
 (0)