Skip to content

Commit

Permalink
draw_fig back to false, ftest output in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Nov 21, 2017
1 parent c6bc6ae commit a1ce3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/src/trait_tree.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a1ce3d8

Please sign in to comment.