data.GaussKronrod2 {FlexVarJM} | R Documentation |
Initialisation of Survival Data at Gauss Kronrod time points 2
Description
Initialisation of Survival Data at Gauss Kronrod time points 2
Usage
data.GaussKronrod2(data.id, a, b, k = 15)
Arguments
data.id |
A database with covariates of interest and 1 line per subject |
a |
First born |
b |
Second born |
k |
The number of Gauss Kronrod points, by default k = 15 |
Value
A list with the following components :
K
an integer, the number of points
P
a vector, of value Time/2
st
a matrix with nrow = number of subjects and ncol = k. The new time to compute the survival function
wk
a vector of weights
data.id2
a database with K lines per subjects
id.GK
the vector of IDs
[Package FlexVarJM version 0.1.0 Index]