Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Nov 5, 2024
1 parent e607229 commit 2c89f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/robhatreg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Perform robust regression using the robust hat matrix method.
# Returns
- A dictionary containing the following
- `betas::AbstractVector`: The estimated coefficients.
- `betas::AbstractVector`: The estimated coefficients.
# References
Expand All @@ -82,7 +82,7 @@ Perform robust regression using the robust hat matrix method.
# Returns
- A dictionary containing the following
- `betas::AbstractVector`: The estimated coefficients.
- `betas::AbstractVector`: The estimated coefficients.
# References
Expand Down

0 comments on commit 2c89f06

Please sign in to comment.