powered by
Function to get a character representation of a list of features
string.population(x, round = 2)
A matrix of character representations of the features of a model.
A list of feature objects
Rounding precision for parameters of the features
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl")) string.population(result$populations[[1]])
Run the code above in your browser using DataLab