From a1ce3d8f5449b1fb11829457e04b15c6a5cc0009 Mon Sep 17 00:00:00 2001 From: Cecile Ane Date: Tue, 21 Nov 2017 13:32:18 -0600 Subject: [PATCH] draw_fig back to false, ftest output in manual --- .travis.yml | 2 +- docs/src/man/src/trait_tree.jmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bc157747..ea3fd7ab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ julia: # WARNING: any change here must also be done in docs/make.jl # - release - 0.6 env: - - DRAW_FIG="true" + - DRAW_FIG="false" notifications: email: false diff --git a/docs/src/man/src/trait_tree.jmd b/docs/src/man/src/trait_tree.jmd index baad97b3f..8e1694ed0 100644 --- a/docs/src/man/src/trait_tree.jmd +++ b/docs/src/man/src/trait_tree.jmd @@ -384,7 +384,7 @@ see whether the ancestral transgressive evolution is significant or not thanks t Student test on the coefficient associated with `shift_6`. In more complex cases, it is possible to do a Fisher test, thanks to the `GLM` function `ftest`. -```{julia; eval=true} +```{julia; eval=true; results="markup"; term=true} fit_null = phyloNetworklm(@formula(trait ~ 1), dat, truenet) # fit against the null (no shift) ftest(fit_sh, fit_null) # nested models, from more complex to most simple ```