Description Usage Arguments Examples
Reads MCMC log files and return a data frame whose column names are parameters and row names are the number of states at each sample.
1 | readMCMCLog(file, rm.na.col = TRUE, ...)
|
file |
The file to read/write. |
rm.na.col |
If TRUE, then remove all columns with all missing values (NA). Default to TRUE. |
... |
Other arguments passed to |
1 | mcmc.log <- readMCMCLog("data/star.beast.log")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.