diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-10 22:07:02 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-11 15:00:40 +0200 |
commit | 282bc6b717716b077e95c0e1028ac820c4ea5da2 (patch) | |
tree | 9f2071f82ed17d0624000a428c2f2e06a1407ffc | |
parent | 4ff9ffa9f74290ecc8dae66034e16fda64aa369f (diff) |
tdf#118093 Fix ANOVA help page
Add last column in table (F-critical)
Change-Id: I988127a6adfc0890770c4eb3922ba2c162113310
Reviewed-on: https://gerrit.libreoffice.org/70580
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/statistics.xhp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp index 13c842ada2..52b3a60811 100644 --- a/source/text/scalc/01/statistics.xhp +++ b/source/text/scalc/01/statistics.xhp @@ -634,6 +634,9 @@ <tablecell> <paragraph id="par_id1001600" role="tablecontent" xml-lang="en-US">P-value</paragraph> </tablecell> +<tablecell> +<paragraph id="par_id841554943563747" role="paragraph" xml-lang="en-US" >F-critical</paragraph> +</tablecell> </tablerow> <tablerow> <tablecell> @@ -654,6 +657,9 @@ <tablecell> <paragraph id="par_id1001660" role="tablecontent" xml-lang="en-US" localize="false">0.0224614952</paragraph> </tablecell> +<tablecell> +<paragraph id="par_id411554944014360" role="paragraph" xml-lang="en-US" >3.340385558</paragraph> +</tablecell> </tablerow> <tablerow> <tablecell> |