R/ggsimrelplot.R
ggsimrelplot.Rd
Simulation Plot with ggplot: The true beta, relevant component and eigen structure
ggsimrelplot( obj, ncomp = min(obj$p, obj$n, 20), which = 1L:3L, layout = NULL, print.cov = FALSE, use_population = TRUE )
obj | A simrel object |
---|---|
ncomp | Number of components to plot |
which | A character indicating which plot you want as output, it can take |
layout | A layout matrix of how to layout multiple plots |
print.cov | Output estimated covariance structure |
use_population | Logical, TRUE if population values should be used and FALSE if sample values should be used |
A list of plots