Learn R Programming

FBMS (version 1.3)

string.population.models: Function to Get a Character Representation of a List of Models

Description

Function to Get a Character Representation of a List of Models

Usage

string.population.models(features, models, round = 2, link = "I")

Value

A matrix of character representations of a list of models.

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

Examples

Run this code
result <- gmjmcmc(y = matrix(rnorm(100), 100),
x = matrix(rnorm(600), 100), 
P = 2, 
transforms = c("p0", "exp_dbl"))
string.population.models(result$populations[[2]], result$models[[2]])

Run the code above in your browser using DataLab