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