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