From c729c1006ca4ee897ca681e9a137f465eb7cb661 Mon Sep 17 00:00:00 2001 From: Nandini Date: Thu, 31 Oct 2024 13:49:57 +0530 Subject: [PATCH 1/2] Update README.md to include intro video --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 484533d..97c8b12 100644 --- a/README.md +++ b/README.md @@ -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. From cc42bc8a104b40288cd88ded78c325ce8c9c6ca6 Mon Sep 17 00:00:00 2001 From: Nandini Date: Thu, 31 Oct 2024 13:50:47 +0530 Subject: [PATCH 2/2] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c8b12..aa2d062 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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`. +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