Skip to content

Commit

Permalink
Merge pull request #12 from pdwaggoner/pdwaggoner-patch-8
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pdwaggoner authored Oct 9, 2023
2 parents 912cae9 + 3b8758c commit f253ce3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ See the R-Bloggers post overviewing a basic implementation of `hdImpute` in R [h

See the detailed complementary paper (*Computational Statistics*, 2023) introducing `hdImpute` along with several experimental results [here](https://link.springer.com/article/10.1007/s00180-023-01325-9) (journal site) or [here](https://github.com/pdwaggoner/hdImpute/blob/main/resfiles/hdimpute_paper.pdf) (full paper)

## Python

A complementary version of `hdImpute` is being actively developed in Python. [Take a look here](https://github.com/pdwaggoner/hdImpute_py) and please feel free to directly contribute!

## Access

Dev version:
Dev:

```{r}
devtools::install_github("pdwaggoner/hdImpute")
```


Stable version on CRAN:
Stable (on CRAN):

```{r}
install.packages("hdImpute")
Expand Down

0 comments on commit f253ce3

Please sign in to comment.