vsc.ci: Graphical illustration of selection uncertainty

Description Usage Arguments Examples

View source: R/ci_helper.r

Description

Graphical illustration of selection uncertainty

Usage

1
vsc.ci(vsc.fit, level, type = "original")

Arguments

vsc.fit

fitted results from VSC::vsc()

level

significance level

type

todo

Examples

1
2
3
4
X = matrix(rnorm(1000), nrow = 100)
Y = rowSums(X[,1:3])+rnorm(100)
mod.0 = vsc(X, Y, intercept = FALSE, q = 0, method.names = NULL)
print(vsc.ci(mod.0, level = 0.1, type = "original"))

christineyuen/VSC documentation built on Oct. 8, 2019, 10:45 a.m.