Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evangorstein committed Oct 15, 2024
1 parent 44c6ee6 commit 2c9b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ using DataFrames
DataFrame(
:true => β[1:10],
:lasso_no_random => out_las.init_coef.βstart[1:10],
:lasso_with_random => out_las.fixef[1:10]
:lasso_with_random => out_las.fixef[1:10],
:scad_with_random => out_scad.fixef[1:10]
)
```

0 comments on commit 2c9b639

Please sign in to comment.