glmlab
Generalized Linear Models
in MATLAB

Menu Items

[glmlab Home  Page | Top of Page | Author's Home Page | USQ | Sciences | Mathematics and Computing]


 
Overview: 
A quick overview of the menus. 
The File Menu: 
Loading data,loading models, saving models.
The Distributions Menu: 
The distributions used in glmlab.
The Links Menu: 
The link functions used in glmlab.
The Scale Parameter Menu: 
The settings for the scale parameter.
The Residuals Type Menu: 
The types of residuals available in glmlab.
The Options Menu: 
The various options that can be set.
The Plots Menu:  
The residual plots that glmlab produces.
The Help Menu: 
The help available within glmlab.
 

Overview

Here are some pictures giving a quick look at the screen and the menus in glmlab.  You may need to maximize the window to see everything.
 
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]
  

The File Menu

The File menu contains these sub-menus:
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]


The Distribution Menu

The Distribution menu contains a list of distributions from which to select.  The distributions that come with glmlab are
the normal (Gaussian), gamma, inverse Gaussian, Poisson, and binomial.  After these are listed any distributions defined by the user, if any.
 
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Links Menu

The Link menu contains a list of the supported link functions: identity, logarithm, reciprocal, square root, to any power, logit (binomial only), probit (binomial only) and complementary log-log (binomial only).  After these are listed any link functions defined by the user, if any.

Depending on the chosen distribution, a different default link is used. For the normal, the identity link is the default; for the Binomial, the logit is the default; for the Poisson, the log is the default; for the gamma, the reciprocal is the default.  For  user-defined distributions, the identity is the default.

If the binomial distribution is not selected, the logit, complementary log-log and probit links are dimmed, indicating that they cannot be selected.

[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Scale Parameter Menu

The Scale Parameter menu has two options:
Mean Deviance: This estimates the scale parameter with the mean deviance This is the default for normal and gamma distributions, as well as user-defined distributions.
Fixed Value: This uses a fixed (positive) value for the scale parameter.  This value can be chosen by the user, but the default is one.  This is the default for the binomial and Poisson distributions.
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Residuals Type Menu

The Residuals menu determines what types of residuals are calculated.  There are three options:
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Options Menu

The Options menu has five sub-menus:
[Top of Page | Overview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Plots Menu

The Plots menu is only enabled if residuals have been calculated.  There are six items:
[Top of Page | Overrview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

The Help Menu

The Help menu has eleven items:
[Top of Page | Overrview | File | Distributions | Links | Scale Parameter | Residuals | Options | Plots | Help]

Last Revision:  09 June 1999
Author:  Peter Dunn
E-mail:  dunn@usq.edu.au