Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print all steplengths nu in summary.mboostLSS #7

Closed
sbrockhaus opened this issue Nov 30, 2015 · 0 comments
Closed

print all steplengths nu in summary.mboostLSS #7

sbrockhaus opened this issue Nov 30, 2015 · 0 comments

Comments

@sbrockhaus
Copy link
Member

The current print-statement in summary.mboostLSS is:
cat("Step size: ", object[[1]]$control$nu, "\n\n")
https://github.com/hofnerb/gamboostLSS/blob/master/pkg/R/methods.R#L290
Which means you see only the step length of the first distribution parameter.

If it would be
cat("Step size: ", sapply(object, function(x) x$control$nu), "\n\n")
one would see if different step-lengths are used for the distribution parameters.
Best

@hofnerb hofnerb closed this as completed in 89d0535 Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant