In the book the output of
# get the summary of the logit variance
summary(rondonia_20LLQ_var)
is
Water Clear_Cut_Burned_Area Clear_Cut_Bare_Soil Clear_Cut_Vegetation Forest Wetland
75% 4.22 0.25 0.39 0.56 1.190 0.28
80% 4.74 0.30 0.48 0.70 1.890 0.34
85% 5.07 0.37 0.62 0.86 2.970 0.43
90% 5.35 0.49 0.87 1.16 4.341 0.59
95% 5.86 0.72 1.75 1.79 5.170 1.25
100% 25.10 9.70 11.02 11.40 16.840 9.37
However, when I run the Python code in Jupyter, I get
That is, I don't see the quantile numbers, which is confusing.
In the book the output of
is
However, when I run the Python code in Jupyter, I get
That is, I don't see the quantile numbers, which is confusing.