eta_cov | R Documentation |
This creates an ETA covariance matrix which can be used to define the co-relation between the parameters and its shrinkage..
eta_cov(
labels,
type = c("cats", "conts"),
dname = NULL,
show.correl = TRUE,
correl = NULL,
facets = NULL,
point = NULL,
covariates = NULL,
is.strat.color = FALSE,
...
)
labels |
list of texts/titles used within the plot |
type |
box for cats or conts |
dname |
name of dataset to be used |
show.correl |
|
correl |
|
facets |
|
point |
|
covariates |
|
is.strat.color |
|
... |
others graphics arguments passed to |
labels is a list that contains:
title: plot title default "EBE vs. covariates"
x: x axis label default to "Etas"
y: y axis label default to empty
eta_cov
object
Other plot_pmx:
distrib()
,
eta_pairs()
,
individual()
,
plot_pmx.distrib()
,
plot_pmx.eta_cov()
,
plot_pmx.eta_pairs()
,
plot_pmx.individual()
,
plot_pmx.pmx_dens()
,
plot_pmx.pmx_gpar()
,
plot_pmx.pmx_qq()
,
plot_pmx.residual()
,
plot_pmx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.