to_string: Return a tabular representation of a model.

View source: R/to_string.R

to_stringR Documentation

Return a tabular representation of a model.

Description

This functionr returns a table with all the parameters fits (one per column), the scores of the model, and the SSE of the fit versus data.

Usage

to_string(x)

Arguments

x

A MOBSTER fit.

Examples

data('fit_example', package = 'mobster')

to_string(fit_example$best)

caravagnalab/mobster documentation built on March 25, 2023, 3:40 p.m.