readTrace
file : | String (pass by value) |
Name of the file. | |
delimiter : | String (pass by value) |
The delimiter between columns (e.g., the iteration number and the trees). | |
Default : | |
burnin : | Probability (pass by value) |
The fraction/number of samples to discard as burnin. | |
Default : 0.25 | |
thinning : | Natural (pass by value) |
The frequency of samples to read, i.e., we will only used every n-th sample where n is defined by this argument. | |
Default : 1 |