Complete Tex output with Holm test

This commit is contained in:
2024-09-03 12:43:50 +02:00
parent 4dbd76df55
commit 6ae2b2182a
8 changed files with 115 additions and 67 deletions

View File

@@ -61,6 +61,10 @@ namespace platform {
{
return "results.tex";
}
static std::string tex_post_hoc()
{
return "post_hoc.tex";
}
};
}
#endif