Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified links in readme #10

Merged
merged 8 commits into from
Nov 11, 2022
Prev Previous commit
modified readme with correct links
  • Loading branch information
crsl4 committed Nov 9, 2022
commit 668bd22ffb48df28fc2cf9c9b61c3694fcbaab35
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ devtools::install_github("YunyiShen/CAR-LASSO")

## Documentation

For more information, please check out [the tutorial](https://yunyishen.ml/CAR-LASSO/dev/articles/network.html).
For more information, please check out [the tutorial](https://yunyishen.github.io/CAR-LASSO/).

### Fitting a CAR-ALASSO network on human gut microbiome data

Expand Down Expand Up @@ -101,12 +101,12 @@ plot(car_res)

### Fitting a standard Graphical LASSO network

Our package also includes functions to fit a standard graphical LASSO, see [this page](https://yunyishen.ml/CAR-LASSO/dev/articles/glasso.html) in the tutorial for more details.
Our package also includes functions to fit a standard graphical LASSO, see [this page](https://yunyishen.github.io/CAR-LASSO/articles/glasso.html) in the tutorial for more details.


### Fitting your own hierarchical model

If you would like lower level interface of CAR-LASSO, see [this page](https://yunyishen.ml/CAR-LASSO/dev/articles/buildown.html) in the tutorial.
If you would like lower level interface of CAR-LASSO, see [this page](https://yunyishen.github.io/CAR-LASSO/articles/buildown.html) in the tutorial.


## Contributions
Expand Down