Skip to content

Commit 55ebfd9

Browse files
authored
Merge branch 'source' into ms609-ngens-mismatch
2 parents 98d0dbf + 125a788 commit 55ebfd9

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-sm-12" align="center">
6-
<a href="https://github.com/revbayes">GitHub</a> | {% page_ref license %} | {% page_ref citation %} | <a href="https://groups.google.com/forum/#!forum/revbayes-users">Users Forum</a>
6+
<a href="https://github.com/revbayes">GitHub</a> | {% page_ref license %} | {% page_ref citation %} | <a href="https://github.com/revbayes/revbayes/discussions">Users Forum</a>
77
</div>
88
</div>
99
<br>

tutorials/mcmc/moves.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ Moves available in RevBayes for tree variables.
207207

208208
| **Move** | **Description** | **Citation** |
209209
|:---------------:|:-----------------------------:|:-----------------:|
210-
| `mvAddRemoveTip` | | {% cite %} |
211210
| `mvBranchLengthScale` | | {% cite %} |
212211
| `mvCollapseExpandFossilBranch` | | {% cite %} |
213212
| `mvEmpiricalTree` | | {% cite %} |

tutorials/sse/classe.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ prerequisites:
1212
- sse/bisse
1313
include_all: false
1414
include_files:
15-
- data/primates_activity_period.nex
16-
- data/primates_mating_system.nex
17-
- data/primates_solitariness.nex
18-
- data/primates_tree.nex
15+
- sse/data/primates_biogeo.tre
16+
- sse/data/primates_biogeo.tsv
1917
- scripts/mcmc_ClaSSE.Rev
2018
index: true
2119
---
@@ -343,7 +341,7 @@ anc_tree = ancestralStateTree(tree=observed_phylogeny, ancestral_state_trace_vec
343341
Like before, we'll plot the ancestral states
344342
using the `RevGadgets` `R` package.
345343
Execute the script `plot_anc_states_ClaSSE.R` in `R`.
346-
The results can be seen in Figure \ref{fig:results_ClaSSE}.
344+
The results can be seen in ({% ref results_ClaSSE %}).
347345
The maximum *a posteriori* (MAP) estimate for each node is shown as well as the posterior probability of the states represented by the size of the dots.
348346

349347
```{R}
@@ -387,4 +385,3 @@ daughter lineage in the Old World and one in the New World (green).
387385
Modify this script to include cladogenetic
388386
long distance dispersal and calculate Bayes factors to see which model fits the data better.
389387
How does this affect the ancestral state estimate?
390-
}

0 commit comments

Comments
 (0)