Generalized Linear Model estimation Matlab (same as in R)
Generalized Linear Model estimation in Matlab (with same results as in R).
Fits Generalized Linear models with one of the following distributions:
> 'normal'/'gamma'/'inv_gsn'/'poisson'/'binomial'
And one of the following (if compatible) link functions:
> 'id'/'log'/'sqroot'/'power'/'logit'/'probit'/'recip'/'complog'
Estimation procedure has been copied and modified from the package:
> GLMLAB by Peter Dunn (08 Mar 1999)
> Original files: www.mathworks.com/matlabcentral/fileexchange/195-glmlab
This GLM package is essentially the same as Peter Dunn's, but does not
recquire the usage of the GLMLAB GUI and outputs results like in R.
This package also calculates some additional measure-of-fit statistics.
----------------------------------------------------------------------------------------------
The results are almost completely identical with the estimation in R.
For comparison, try the Demo.R file (as included in folder) that
gives the same output as the Matlab demo examples. See for yourself.
Cita come
JP (2025). Generalized Linear Model estimation Matlab (same as in R) (https://github.com/vanBrakel/GLM), GitHub. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > External Language Interfaces > Other languages > R Language >
- MATLAB > Mathematics > Elementary Math > Special Functions > Gamma Functions >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
GLM/@GLM
GLM/@GLM/private
GLM/dist
GLM/link
Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 2.0.0.0 | Added pic |
|
|
| 1.0.0.0 | Improved description. Updated title.
|
|