Skip to content

Commit

Permalink
Update evodynamics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobergamin committed Nov 9, 2023
1 parent 1345ca1 commit 376f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/evodynamics.R
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ model{
// Likelihood mutations
m1 ~ poisson(n*mu*log(2)*length_genome*((t_driver1) + (1+s1)*(t_sp-t_driver1)));
m2 ~ poisson(n*mu*log(2)*length_genome*((t_driver2-t_sp) + (1+s2)*(t_mrca2-t_driver2)));
m2 ~ poisson(n*mu*log(2)*length_genome*((t_driver2-t_sp)*(1+s1) + (1+s2)*(t_mrca2-t_driver2)));
// Likelihood branching process
Expand Down

0 comments on commit 376f091

Please sign in to comment.