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 upresponse(fitted()) and fitted(, type = response) in mboostLSS.R #5
Comments
|
Dear Sarah, very good question. The reason for changing If we Having said this, I think it is not really necessary to change line 130 but it doesn't hurt either. For consistency, we thus modified the code. |
|
Thanks a lot for the explanations! |
This is just a question of understandig some of your code:
In the file mboostLSS.R it says in Code line 159ff:
And consequently response(fitted()) is used.
I just wondered whether there is a reason, that in line 130 fitted(, type = response) is used instead of response(fitted())?
The corresponding code ist:
Best