GLMMarp: Generalized Linear Multilevel Model with AR(p) Errors Package
This package contains functions to estimate the GLMM-AR(p)
model for analyzing discrete time-series cross-sectional data
via Markov Chain Monte Carlo simulation. The simulation is done
only with the R language. The model returns draws of the
parameter posteriors selected by the user in a list format.
Each parameter chain is returned as a matrix. The user is
responsible to summarize the mcmc output by using the coda
package. GLMMarp also contains several useful utility
functions, including an independent function for computing the
Bayes factor with GLMM-AR(p) output, a function to recover the
random coefficients at the individual level, and a function to
do prediction by using the posterior distributions. The package
also contains a library of supporting functions for the MCMC
simulation and Bayes factor estimation. In this version, no
tools for visualization are provided. To use the functions in
this package, the user needs to load the following two packages
by him/herself: \code{panel} and \code{bayesSurv}, because the
two packages have no namespace.
| Version: |
0.1-1 |
| Depends: |
R (≥ 2.8.0), coda (≥ 0.11-3), MCMCpack, mvtnorm, lattice, msm, MASS, Matrix, accuracy, kinship, panel, bayesSurv |
| Published: |
2009-10-18 |
| Author: |
Xun Pang |
| Maintainer: |
Xun Pang <xpang at wustl.edu> |
| License: |
GPL |
| URL: |
http://xpang.wustl.edu/Computing.html |
| SystemRequirements: |
gcc (>= 4.0) |
| CRAN checks: |
GLMMarp results |
Downloads: