Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiewenTsai authored Oct 11, 2024
1 parent 963388a commit 26a00f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ These three models default to account for covariate variables (e.g., latent regr

## Installation

You can download `ExtendedRtIrtModeling` directly from julia.

```julia
using Pkg
Pkg.add("ExtendedRtIrtModeling")
```

or

```julia
] add ExtendedRtIrtModeling
```


This package isn’t registered in Julia yet, so you must download it from GitHub.

```julia
Expand Down

0 comments on commit 26a00f3

Please sign in to comment.