Skip to content

Commit

Permalink
Update README.md to include intro video
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandini-Jaiswal authored Oct 31, 2024
1 parent 40946f0 commit c729c10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ using Pkg; Pkg.add("CRRao")
using Pkg; Pkg.add(url = "https://github.com/xKDR/CRRao.jl.git")
```

# Introduction to CRRao

You can watch [this](https://www.youtube.com/live/XIXdO8vNCh4?si=_RXyu47JTSX1TVKh) youtube video to get a brief introduction to `CRRao`.

# CRRao: A single API for diverse statistical models

Many statistical models can be estimated in Julia, and the diversity of the model ecosystem is steadily improving. Drawing inspiration from the [Zelig](http://docs.zeligproject.org/index.html) package in the R world, the CRRao package gives a simple and consistent API to the end user. The end-user then faces the fixed cost of getting a hang of this, once, and after that a wide array of models and associated capabilities become available with a consistent syntax. We hope others developing statistical models will build within this framework.
Expand Down

0 comments on commit c729c10

Please sign in to comment.