Skip to content

Commit

Permalink
Fix Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Jul 30, 2024
1 parent 5196b5a commit 1c2f52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Perform Linear Hypothesis (Linear Restriction) Tests. Currently allows to test h
* $` 0.5 \times \beta_1 + \beta_2 + \beta_3 = 0`$

The function also allows for checking multiple linear restrictions at once:
* $` \beta_1 = \beta_2, \beta3=0`$
* $` \beta_1 = \beta_2, \beta_3=0`$

The `LinearHypothesisTests` function either computes a finite-sample F statistic or an asymptotic Chi-squared statistic for carrying out a Wald-test-based comparison between a model and a linearly restricted model.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Perform Linear Hypothesis (Linear Restriction) Tests. Currently allows to test h
* $` 0.5 \times \beta_1 + \beta_2 + \beta_3 = 0`$

The function also allows for checking multiple linear restrictions at once:
* $` \beta_1 = \beta_2, \beta3=0`$
* $` \beta_1 = \beta_2, \beta_3=0`$

The `LinearHypothesisTests` function either computes a finite-sample F statistic or an asymptotic Chi-squared statistic for carrying out a Wald-test-based comparison between a model and a linearly restricted model.

Expand Down

0 comments on commit 1c2f52d

Please sign in to comment.