Skip to content

Commit

Permalink
fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evangorstein committed Oct 15, 2024
1 parent 2fab964 commit ed29150
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 @@ -33,7 +33,7 @@ b = rand(dist_b, g)
# Generate response
y_fixed = XG * β
y = Vector{Float64}(undef, N)
for (i, group) in enumerate(unique(grp))
for (i, group) in enumerate(unique(gr))
group_ind = (gr .== group)
nᵢ = sum(group_ind)
Xᵢ = X[group_ind,:]
Expand Down

0 comments on commit ed29150

Please sign in to comment.