Skip to content

Commit

Permalink
Merge pull request #153 from Nandini-Jaiswal/add-youtube-video-link
Browse files Browse the repository at this point in the history
Add `youtube` video link
  • Loading branch information
ShouvikGhosh2048 authored Nov 3, 2024
2 parents 5824247 + cc42bc8 commit 5f9e94f
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 may 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 5f9e94f

Please sign in to comment.