get_A {SIMICO} | R Documentation |
Get A vector
Description
Product of difference of survival terms of the left and right interval times, across all outcomes k, summed over all quadrature nodes d.
Usage
get_A(store, weights, d, n)
Arguments
store |
Matrix of difference of survival values of the left and right time intervals. |
weights |
Gaussian quadrature weights. |
d |
Total number of Gaussian quadrature nodes. |
n |
Total number of observations. |
Value
The output is a vector used to compute the derivative terms.
[Package SIMICO version 0.2.0 Index]