Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created December 3, 2021 11:17
Show Gist options
  • Select an option

  • Save MJacobs1985/23c1f5d9c1ee245c2c794942eeb50660 to your computer and use it in GitHub Desktop.

Select an option

Save MJacobs1985/23c1f5d9c1ee245c2c794942eeb50660 to your computer and use it in GitHub Desktop.
rethinking::compare( m11.5 , m11.6 , func=PSIS )
k <- PSIS( m11.6 , pointwise=TRUE )$k
xyplot(as.factor(bl)~ADG | Country, data=d,
xlab="log ADG" ,
ylab="total blocks" ,
col=rangi2 , lwd=2 ,
ylim=c(0,75) , cex=1+normalize(k) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment