-
-
Save MJacobs1985/23c1f5d9c1ee245c2c794942eeb50660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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