Skip to content

Commit

Permalink
add a line about significance_test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Aug 21, 2024
1 parent 3d6d32a commit e9aca43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/walk_through.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ Both TMLE and OSE asymptotically follow a Normal distribution. It means we can p
```@example walk-through
OneSampleTTest(result)
```

If the estimate is high-dimensional, a `OneSampleHotellingT2Test` should be performed instead. Alternatively, the `significance_test` function will automatically select the appropriate test for the estimate and return its result.

0 comments on commit e9aca43

Please sign in to comment.