Skip to content

Commit

Permalink
add "estimated" to fitMk
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Oct 4, 2023
1 parent 4a78c3b commit 86b0ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/scripts/phytools2.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ input_matrix <- input_matrix[tree$tip.label,]
## ------------------------------------------------------------------------------------------------------------------------
system.time({
fit <- fitMk(
tree = tree, x = input_matrix, model = 'ER', pi = 'fitzjohn',
tree = tree, x = input_matrix, model = 'ER', pi = 'estimated',
lik.func = 'pruning', logscale = TRUE
)
})
Expand Down

0 comments on commit 86b0ca5

Please sign in to comment.