Print an object created by mtlr.
# S3 method for mtlr
print(x, digits = max(options()$digits - 4, 3), ...)an object of class mtlr (result from calling mtlr).
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.