print.mtlr {MTLR} | R Documentation |
Print an object created by mtlr
.
## S3 method for class 'mtlr' print(x, digits = max(options()$digits - 4, 3), ...)
x |
an object of class mtlr (result from calling |
digits |
The number of digits to print mtlr weights. |
... |
for future methods. |
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.