readMCMCLog: Reads MCMC log files and return a data frame whose column...

Description Usage Arguments Examples

Description

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.

Usage

1
readMCMCLog(file, rm.na.col = TRUE, ...)

Arguments

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 readFile.

Examples

1
mcmc.log <- readMCMCLog("data/star.beast.log")

walterxie/ComMA documentation built on May 3, 2019, 11:51 p.m.