Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helske/statespaceglmm
Inference of Generalized Linear Mixed Models Using State Space Representation
https://github.com/helske/statespaceglmm
Last synced: 6 days ago
JSON representation
Inference of Generalized Linear Mixed Models Using State Space Representation
- Host: GitHub
- URL: https://github.com/helske/statespaceglmm
- Owner: helske
- Created: 2014-04-05T09:10:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T11:01:24.000Z (over 10 years ago)
- Last Synced: 2024-10-29T09:18:53.526Z (about 2 months ago)
- Language: R
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StateSpaceGLMM: Inference of Generalized Linear Mixed Models Using State Space Representation
======StateSpaceGLMM is an R package for analysis of generalized linear mixed models via state space approach. StateSpaceGLMM is a front end for R package KFAS, which focuses on GLMMs without the complexity of KFAS. Current features include
* Support for Gaussian, Poisson, binomial, gamma and negative binomial distributions, and combinations of these. For example, some groups can be modelled as Poisson and others as negative binomial. Note that at least for now only one grouping variable for random effects is supported.
* REML and ML estimation of unknown model parameters.
* Prediction of missing and "future" observations.
* Correlating and independent random effects.In future, option to add (possibly correlating) structural time series components will be added.