HazGL {survPen} | R Documentation |
Gauss-Legendre evaluations
Description
Gauss-Legendre evaluations
Usage
HazGL(X_GL, n_legendre, beta)
Arguments
X_GL |
list of matrices ( |
n_legendre |
number of nodes for Gauss-Legendre quadrature |
beta |
vector of estimated regression parameters |
Value
list of all the matrix-vector multiplications X.GL[[i]]%*%beta for Gauss Legendre integration in order to save computation time
[Package survPen version 2.0.2 Index]