The variance components are obtained from get_variance
  and are denoted as following:
Within-group (or residual) variance
The residual variance, ,
    is the sum of the distribution-specific variance and the variance due to additive dispersion.
    It indicates the within-group variance.
  
Between-group random intercept variance
The random intercept variance, or between-group variance
    for the intercept (),
    is obtained from VarCorr(). It indicates how much groups
    or subjects differ from each other.
  
Between-group random slope variance
The random slope variance, or between-group variance
    for the slopes ()
    is obtained from VarCorr(). This measure is only available
    for mixed models with random slopes. It indicates how much groups
    or subjects differ from each other according to their slopes.
  
Random slope-intercept correlation
The random slope-intercept correlation
    ()
    is obtained from VarCorr(). This measure is only available
    for mixed models with random intercepts and slopes.
  
Note: For the within-group and between-group variance, variance and standard deviations (which are simply the square root of the variance) are shown.