Standardise SAE Predictions
Arguments
- x
An
hbsae_resultsobject.- center
Logical or numeric centering (passed to
base::scale).- scale
Logical or numeric scaling (passed to
base::scale).
Examples
p <- structure(list(result_table = data.frame(Prediction = 1:5,
RSE_percent = rep(5, 5)),
rse_model = 5, pred = 1:5),
class = "hbsae_results")
sae_scale(p)
#>
#> Small Area Estimates [hbsae_results]
#> --------------------------------------
#> Areas : 5
#> Overall RSE : 5 %
#> Pred. range : -1.265 to 1.265
#>