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