print.mtlr: Printing an MTLR object.

Description Usage Arguments Value See Also

Description

Print an object created by mtlr.

Usage

1
2
## S3 method for class 'mtlr'
print(x, digits = max(options()$digits - 4, 3), ...)

Arguments

x

an object of class mtlr (result from calling mtlr).

digits

The number of digits to print mtlr weights.

...

for future methods.

Value

Call, the original call to the mtlr function. Time points, the time points selected by the mtlr model. Weights, the weights of each feature across time – rows represent each time point and each column corresponds to a feature.

See Also

mtlr


MTLR documentation built on June 4, 2019, 1:02 a.m.