powered by
Calculates the zeros and weights needed for Gauss-Hermite quadrature.
ghq(n.points = 1, modified = TRUE)
Number of points.
Multiply by exp(zeros**2)? Default is TRUE.
A list vith components
The zeros (abscissas).
The weights
Based on a Fortran 66 subroutine written by professor Jianming Jin.
Gauss-Hermite
glmmML
# NOT RUN { ghq(15, FALSE) # }
Run the code above in your browser using DataLab