Helper function, please do not use it
csuv.plot.helper(
new.fit,
with.unconditional = FALSE,
compare.method.fit = NULL,
compare.method.names = NULL,
cv.mod = NULL,
print.compare.method.points = FALSE,
ci.method = "conditional",
with.thr = TRUE,
with.violin = FALSE,
to.shade = TRUE,
level = 0.1,
var.freq.thr = 0.1,
...
)
fitted results from CSUV::csuv()
TRUE to get a unconditonal boxplot on the same graph. Default is FALSE
(optional) fitted results from CSUV::lm.compare.methods()
(optional) names of method to compare
(optional) fitted results from cross validation
Default is FALSE
how the confidence interval should be calculated. Default is "conditional"
whether the selection by the CSUV should be show. Default is TRUE
whether the graph with violin plot
whether to shade the graph by the relative frequency calculated by CSUV. Default is TRUE
the significant level of the whiskers. Default is 0.1
minimum variable frequency to show, default is 0.1
additional argument for plot
a ggplot object