Skip to content

Commit 125a788

Browse files
Merge pull request #100 from revbayes/ClaSSE_Fix
Updating the correct data files in ClaSSE tutorial
2 parents f6a4e9f + 3d05c33 commit 125a788

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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)