string.population {FBMS} | R Documentation |
Function to get a character respresentation of a list of features
string.population(x, round = 2)
x |
A list of feature objects |
round |
Rounding precision for parameters of the features |
A matrix of character representations of the features of a model.
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl"))
string.population(result$populations[[1]])