cov_plot_data {simrel} | R Documentation |
Prepare data for Plotting Covariance Matrix
Description
Prepare data for Plotting Covariance Matrix
Usage
cov_plot_data(sobj, type = "relpos", ordering = TRUE, facetting = TRUE)
Arguments
sobj |
A simrel object |
type |
Type of covariance matrix - can take two values |
ordering |
TRUE for ordering the covariance for block diagonal display |
facetting |
TRUE for facetting the predictor and response space. FALSE will give a single facet plot |
Value
A data frame with covariances and related values based on type
argument that is ready to plot
Examples
sobj <- simrel(n = 100, p = 10, q = c(4, 5), relpos = list(c(1, 2, 3), c(4, 6, 7)), m = 3,
R2 = c(0.8, 0.7), ypos = list(c(1, 3), 2), gamma = 0.7, type = "multivariate")
head(cov_plot_data(sobj))
[Package simrel version 2.1.0 Index]