Description Usage Arguments Value
View source: R/combineAndSummarize0.R
Additionally, if some BEAST runs converged to a different tree space with different posterior, will exclude log files from runs with significantly lower posterior (analysis of variance) The 'Sample' column is modified and shared between the combined log and trajectory files so that they can be referenced against eachother
1 2 3 4 5 6 7 8 9 | combine_logs_and_traj(
logfns,
trajfns,
burnProportion = 0.5,
ntraj = 200,
ofn = NULL,
ofntraj = NULL,
pth = 0.01
)
|
ntraj |
This integer number of trajectories will be sampled from each trajectory file |
ofn |
If not NULL will save the combined log to this file name |
ofntraj |
If not NULL will save the combined traj to this file name |
pth |
Threshold p value for excluding logs based on sampled posterior values. If <0 will include all logs |
bunrProportion |
Will remove this proportion from the beginning of logs |
List with with combined logs and traj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.