You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Updates in island-wise conditional frequencies: a surprising result
906
+
## Updates in island-wise conditional frequencies
907
907
908
908
We can quickly repeat the analysis above for the *conditional* frequencies on the `Biscoe` and `Dream` islands, that is, the frequencies for the two subpopulations of penguins living on those two islands. Let's directly plot the probability distributions for the two subpopulation frequencies, together with those from the previous inference.
The new frequency estimates for `Adelies` (solid red line) and `Chinstrap` (dashed blue line) are now less than 10% apart, whereas the previous estimates had them 20% apart. But this change is not unexpected: these new estimates are well within the previous credibility intervals; we were correctly warned about their possible change.
935
935
936
936
937
-
\
938
-
For `Biscoe` island:
937
+
### For `Biscoe` island: a surprising result {#surprise}
939
938
940
939
941
940
```r
@@ -1204,7 +1203,8 @@ Fanalysis <- Pr(Y = Y, X = X, learnt = learntall, parallel = 4)
1204
1203
#
1205
1204
# Closing connections to cores.
1206
1205
```
1207
-
Here are the probability distributions for the three frequencies:
1206
+
Here are the probability distributions and the credibility intervals for the three frequencies:
1207
+
1208
1208
1209
1209
```r
1210
1210
hist(Fanalysis, xlim= c(0, 1), col=2:4, ## same colours as before!
@@ -1213,6 +1213,25 @@ hist(Fanalysis, xlim = c(0, 1), col = 2:4, ## same colours as before!
0 commit comments