Learn R Programming

FBMS (version 1.0)

string.population: 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)

Value

A matrix of character representations of the features of a model.

Arguments

x

A list of feature objects

round

Rounding precision for parameters of the features

Examples

Run this code
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