View source: R/BoundingCovariateEffects.R
D.hat | R Documentation |
This function computes the diagonal matrix of the sample variance-covariance matrix.
D.hat(input, beta = NULL, t = NULL, hp = NULL, m.avg = NULL, mi.mat = NULL)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.