Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upprint methods, truncate output of data #11
Comments
|
Use the proposed solution above to make sure that the printed call is not overly rich. In |
I think it would be very nice if the print-methods (print.mboost and print.glmboost) would have a check so that they do not print very long calls directly into the console. This is especially an issue when using gamboostLSS / mboostLSS as in this case at the moment the whole dataset is printed.
A small example in R showing the problem and giving a possible solution (model fit taken from the help of gamboostLSS):