print.mtlr {MTLR} | R Documentation |
Printing an MTLR object.
Description
Print an object created by mtlr
.
Usage
## S3 method for class 'mtlr'
print(x, digits = max(options()$digits - 4, 3), ...)
Arguments
x |
an object of class mtlr (result from calling |
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
[Package MTLR version 0.2.1 Index]