inference | R Documentation |
Running the GMD inference on a KPR model
inference(KPR.output, mu = 1, r = 0.05, weight = TRUE, scale = FALSE, ...)
KPR.output |
Output from running the |
mu |
GMD inference parameter |
r |
GMD inference parameter |
weight |
Logical, indicates whether to include a penalty factor when computing the beta.glasso vector. |
scale |
Logical, indicates whether to scale the design matrix with respect to the eigenvalues of the composite Q matrix. |
... |
Additional parameters passed to the GMD function. |
An object of classes KPR with the following fields added:
p.values |
P-values for each penalized coefficient, resulting from the GMD inference. |
bound |
The stochastic bound used to compute each p-value. |
sigmaepsi.hat |
The estimated standard deviation of epsilon. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.