data.hub | R Documentation |
Data Analysis using penalized hub model
data.hub(data, M, Lam, bootstrap = 0)
data |
observed group data, the first |
M |
size of potential hub set |
Lam |
a vector of tunning parameter |
bootstrap |
number of bootstrap times |
a matrix of hub nodes weight for different Lam
data(bakery5000)
Lam = seq(0.015,0.035,0.005)
data.hub(bakery5000,40,Lam,0) # full data
data.hub(bakery5000,40,Lam,2) # bootstrapped data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.