View source: R/BoundingCovariateEffects.R
get.cond.moment.evals | R Documentation |
This function computes the 1(Y <= t) - Lambda(X^T beta(t)) and Lambda(X^T beta(t)) - 1(Y <= t, Delta = 1) parts of the moment functions. (Used in function get.mi.mat.R)
get.cond.moment.evals(data, beta, t, hp)
data |
Data frame. |
beta |
Vector of coefficients. |
t |
Time point of interest. |
hp |
List of hyperparameters. |
A vector of 2n elements containing in the first n positions the evaluations of 1(Y <= t) - Lambda(X^T beta(t)) and in the last n positions the evaluations of Lambda(X^T beta(t)) - 1(Y <= t, Delta = 1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.