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

implement pp_surv for varying_coef model #61

Open
jburos opened this issue Feb 28, 2017 · 0 comments
Open

implement pp_surv for varying_coef model #61

jburos opened this issue Feb 28, 2017 · 0 comments

Comments

@jburos
Copy link
Member

jburos commented Feb 28, 2017

Using survivalstan.utils.plot_pp_survival with a varying-coef model will currently yield the following error:

--> 844             model['fit'].extract()[element]
    845             , columns=varnames
    846         )

KeyError: 'y_hat_time'

Because the generated quantities block does not yet compute y_hat_time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant