Learn R Programming

SIMICO (version 0.2.0)

get_A: 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)

Value

The output is a vector used to compute the derivative terms.

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.