D.hat {depCensoring} | R Documentation |
Obtain the diagonal matrix of sample variances of moment functions
Description
This function computes the diagonal matrix of the sample variance-covariance matrix.
Usage
D.hat(input, beta = NULL, t = NULL, hp = NULL, m.avg = NULL, mi.mat = NULL)
Arguments
input |
Can either be the variance-covariance matrix obtained from the function Sigma.hat, or the data frame. |
beta |
The coefficient vector. Only needs to be supplied when the
argument for |
t |
The time point of interest. Only needs to be supplied when the
argument for |
hp |
List of hyperparameters. Only needs to be supplied when the
argument for |
m.avg |
See documentation of |
mi.mat |
See documentation of |
[Package depCensoring version 0.1.7 Index]