selection.semi | R Documentation |
Semi-parametric method for edge selection.
selection.semi(data, ...)
data |
Data Frame. |
... |
Any options can be defined.
|
library(huge) n <- 200; p <- 20; px <- 5 # Simulate high dimension data set.seed(5732) z <- huge.generator(n, d = p, graph = "random", prob = .2, verbose = FALSE, vis = FALSE, v = .65) data <- data.frame(z$data) # Assume we estimate the first five variables using non-parametric method. edge.selection(data = data, family ="semi", px = px)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.