ghq | R Documentation |
Calculates the zeros and weights needed for Gauss-Hermite quadrature.
ghq(n.points = 1, modified = TRUE)
n.points |
Number of points. |
modified |
Multiply by exp(zeros**2)? Default is TRUE. |
Based on a Fortran 66 subroutine written by professor Jianming Jin.
A list vith components
zeros |
The zeros (abscissas). |
weights |
The weights |
The code is modified to suit the purpose of glmmML, with the permission of professor Jin.
Jianming Jin, Univ. of Illinois, Urbana-Campaign
Gauss-Hermite
glmmML
ghq(15, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.