Andrew Bray

Results 9 comments of Andrew Bray

Thanks for the heads up Yann, we're working to resolve this right now.

I'm all for refreshing data sets, but the challenge is always finding a replacement that is better. And there's often that unfortunate trade-off between data that clearly illustrate a statistical...

Howdy, I just wanted to check in to see: is this still on the roadmap?

Thanks for the update - that's helpful to know!

In light of our conversation today (most dev can be done *not* in the container), doing dev on the hub sounds better and better. The approach for most instructors would...

@balajialg To my assessment, PrairieLearn is considerably more sophisticated than the platforms you list. I understand it to be both a structure in which to build a question/quiz bank and...

No, I haven't tried the LTI integration (I don't use bCourses for my courses and don't yet have a PL server set up), but I imagine that could be helpful...

For my use case I'd be happy with either the existing UC hosted PL server or one deployed via JupyterHub. One use case for the latter that @ericvd-ucb mentioned to...

Here's an example of a permutation test using a difference in means, starting with the existing implementation from [full pipeline examples](https://infer.tidymodels.org/articles/observed_stat_examples.html) docs. ``` library(infer) # existing implementation null_dist % specify(age...