data_betalogitnorm | R Documentation |
The data_betalogitnorm
is a simulation data created specifically to demonstrate the implementation of
Hierarchical Bayesian Small Area Estimation (HB SAE) with Beta distribution.
This data is suitable for testing Beta regression models with a hierarchical structure
between areas. This data is also equipped with variables that apply spatial effects.
data_betalogitnorm
A data frame with 100 rows and 9 variables:
Response variable - The proportion of simulation results, has a value between 0 and 1, follows a Beta distribution.
True latent mean parameter on the logit scale, representing the underlying probability of success in each area.
Predictors Variables
The number of sample units for each region used in the survey
Design Effect
Area ID (1–100) Random effects formula specifying the grouping structure in the data.
An optional grouping factor mapping observations to spatial locations.
Simulated data based on a Beta-Logit-Normal model.
data(data_betalogitnorm)
head(data_betalogitnorm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.