Skip to content

Commit

Permalink
small update to readme; add minimal reprex
Browse files Browse the repository at this point in the history
  • Loading branch information
tabpeter committed Oct 18, 2024
1 parent 3cae9a1 commit c71bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For a description of the motivation of the functions in this package (along with

## Minimal example

```r
``` r
library(plmmr)
X <- rnorm(100*20) |> matrix(100, 20)
y <- rnorm(100)
Expand Down

0 comments on commit c71bfae

Please sign in to comment.