HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, hierarchical generalized linear models extend generalized linear models by relaxing the assumption that error components are independent. This allows models to be built in situations where more than one error term is necessary and also allows for dependencies between error terms. The error components can be correlated and not necessarily follow a normal distribution. When there are different clusters, that is, groups of observations, the observations in the same cluster are correlated. In fact, they are positively correlated because observations in the same cluster share some common features. In this situation, using generalized linear models and ignoring the correlations may cause problems.


Overview and model


Model

In a hierarchical model, observations are grouped into clusters, and the distribution of an observation is determined not only by common structure among all clusters but also by the specific structure of the cluster where this observation belongs. So a random effect component, different for different clusters, is introduced into the model. Let y be the response, u be the random effect, g be the link function, \eta = X \beta , and v = v(u) is some strictly monotone function of u. In a hierarchical generalized linear model, the assumption on y, u and u need to be made: y\mid u \sim\ f(\theta,\,\phi) and u \sim\ f_u(\alpha). The linear predictor is in the form: : g(E(y)) = g(\mu) = \eta = X \beta + v \, where g is the link function, \mu = E(y) , \eta = X \beta + v , and v = v(u) is a monotone function of u. In this hierarchical generalized linear model, the fixed effect is described by \beta , which is the same for all observations. The random component u is unobserved and varies among clusters randomly. So v takes the same value for observations in the same cluster and different values for observations in different clusters.


Identifiability

Identifiability is a concept in
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
. In order to perform parameter inference, it is necessary to make sure that the identifiability property holds. In the model stated above, the location of v is not identifiable, since : X \beta + v = (X \beta + a) + (v - a) \, for constant a. In order to make the model identifiable, we need to impose constraints on parameters. The constraint is usually imposed on random effects, such as E(v)=0.


Models with different distributions and link functions

By assuming different distributions of y\mid u and u, and using different functions of g and 'v, we will be able to obtain different models. Moreover, the
generalized linear mixed model In statistics, a generalized linear mixed model (GLMM) is an extension to the generalized linear model (GLM) in which the linear predictor contains random effects in addition to the usual fixed effects. They also inherit from GLMs the idea of exte ...
(GLMM) is a special case of the hierarchical generalized linear model. In hierarchical generalized linear models, the distributions of random effect u do not necessarily follow normal distribution. If the distribution of u is normal and the link function of v is the identity function, then hierarchical generalized linear model is the same as GLMM. Distributions of y\mid u and u can also be chosen to be conjugate, since nice properties hold and it is easier for computation and interpretation. For example, if the distribution of y\mid u is Poisson with certain mean, the distribution of u is
Gamma Gamma (uppercase , lowercase ; ''gámma'') is the third letter of the Greek alphabet. In the system of Greek numerals it has a value of 3. In Ancient Greek, the letter gamma represented a voiced velar stop . In Modern Greek, this letter re ...
, and canonical log link is used, then we call the model Poisson conjugate hierarchical generalized linear models. If y\mid u follows
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
with certain mean, u has the conjugate beta distribution, and canonical logit link is used, then we call the model Beta conjugate model. Moreover, the mixed linear model is the normal conjugate hierarchical generalized linear models. A summary of commonly used models are:


Fitting the hierarchical generalized linear models

Hierarchical generalized linear models are used when observations come from different clusters. There are two types of estimators: fixed effect estimators and random effect estimators, corresponding to parameters in : \eta = \mathbf\boldsymbol\beta and in \mathbf , respectively. There are different ways to obtain parameter estimates for a hierarchical generalized linear model. If only fixed effect estimators are of interests, the population-averaged model can be used. If inference is focused on individuals, random effects will have to be predicted. There are different techniques to fit a hierarchical generalized linear model.


Examples and applications

Hierarchical generalized linear model have been used to solve different real-life problems.


Engineering

For example, this method was used to analyze semiconductor manufacturing, because interrelated processes form a complex hierarchy. Semiconductor fabrication is a complex process which requires different interrelated processes. Hierarchical generalized linear model, requiring clustered data, is able to deal with complicated process. Engineers can use this model to find out and analyze important subprocesses, and at the same time, evaluate the influences of these subprocesses on final performance.


Business

Market research problems can also be analyzed by using hierarchical generalized linear models. Researchers applied the model to consumers within countries in order to solve problems in nested data structure in international marketing research.


References

{{Reflist Regression models Generalized linear models