Paul Govan

Results 8 comments of Paul Govan

Is there a specific plot that you're talking about or could you share an example?

I've been wanting to play around with this: https://yang-tang.github.io/shinyjqui/ Among other things, it allows you to interactively change the size. You may start there to see if it helps.

@tavpritesh currently not possible but something I'd hoped to have time to work on. I suppose you could do this in the editor without leaving the app. I could get...

For example, using the default discrete network and entering the following in the editor: ``` prop.table( table( bnlearn::cpdist(fit(), "A", (C == "c") & (E == "c")) ) ) ``` Gives...

Thanks for the contribution @MayaGans. I'll try to implement this in the next few days. Would be cool to have this feature.

I think I may have spoken too soon. After revisiting this issue, the problem I have is not how to capture multiple evidence nodes, but how to create a dynamic...

Hmm this one is puzzling to me. Would you make sure that you have the most recent version of the `shiny` package installed with `install.packages('shiny')`. Also, what OS are you...

This issue was closed because I was unable to recreate the error.