Convergence

We plot the $\hat{R}$ statistics calculated by Stan.

plot(dl, type="Rhat")

Pseudotime convergence

How many of the pseudotime $\hat{R}$ were below a particular level?

ggplot(dl$rhat.df %>% filter(parameter == "tau"), aes(rhat)) + stat_ecdf()


Try the DeLorean package in your browser

Any scripts or data that you put into this service are public.

DeLorean documentation built on May 2, 2019, 9:24 a.m.