Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions diffxpy/testing/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,9 @@ def two_sample(
function if you would like to perform a different test.

* full model location parameter: ~ 1 + group
* full model scale parameter: ~ 1 + group
* full model scale parameter: ~ 1
* reduced model location parameter: ~ 1
* reduced model scale parameter: ~ 1 + group
* reduced model scale parameter: ~ 1
- "wald" - Wald test:
Requires the fitting of 1 generalized linear models.
model location parameter: ~ 1 + group
Expand Down