Skip to content

Commit

Permalink
Add docs for bootstrap linear regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShouvikGhosh2048 authored Oct 22, 2024
1 parent 6e659ad commit 58989db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/api/frequentist_regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FrequentistRegression
## Linear Regression
```@docs
fit(formula::FormulaTerm, data::DataFrame, modelClass::LinearRegression)
fit(formula::FormulaTerm, data::DataFrame, modelClass::LinearRegression, bootstrap::Boot_Residual, sim_size::Int64 = 1000)
```

## Logistic Regression
Expand Down

0 comments on commit 58989db

Please sign in to comment.