We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like model='cox' is not actually supported because predict.sgd doesn't know how to handle it, despite sgd accepting it.
model='cox'
predict.sgd
sgd
sgd/R/predict.sgd.R
Lines 23 to 26 in a256063
This then means that the example in https://github.com/airoldilab/sgd/blob/master/demo/cox-regression.R does not work.
Looking forward to trying this nice package with some continuous time data. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems like
model='cox'
is not actually supported becausepredict.sgd
doesn't know how to handle it, despitesgd
accepting it.sgd/R/predict.sgd.R
Lines 23 to 26 in a256063
This then means that the example in https://github.com/airoldilab/sgd/blob/master/demo/cox-regression.R does not work.
Looking forward to trying this nice package with some continuous time data. Thanks!
The text was updated successfully, but these errors were encountered: