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
surv
This is related to PR #60 , which implements surv() syntax to be used in the LHS of the patsy formula for a survival model.
surv()
Currently the surv function is a stateful transform generated by patsy.stateful_transform().
It would be nice to add a docstring to this function so that a user can type ?survivalstan.formulas.surv to be reminded of the syntax.
?survivalstan.formulas.surv
Hopefully this can be done by setting surv.__doc__, but I don't know if this will be supported.
surv.__doc__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is related to PR #60 , which implements
surv()
syntax to be used in the LHS of the patsy formula for a survival model.Currently the
surv
function is a stateful transform generated by patsy.stateful_transform().It would be nice to add a docstring to this function so that a user can type
?survivalstan.formulas.surv
to be reminded of the syntax.Hopefully this can be done by setting
surv.__doc__
, but I don't know if this will be supported.The text was updated successfully, but these errors were encountered: