plot.mvregmed.grid {regmed} | R Documentation |
Plot penalty parameter lambda versus BIC for model fits
Description
Plot penalty parameter lambda versus BIC for model fits
Usage
## S3 method for class 'mvregmed.grid'
plot(x, xlab="lambda", ylab="BIC", pch="*", ...)
Arguments
x |
An object created by mvregmed.grid |
xlab |
x axis label, by default set to 'lambda' |
ylab |
y axis label, by default set to 'BIC' for this plot |
pch |
plot character, by default set to a star (*) |
... |
optional plot arguments |
Author(s)
Daniel Schaid and Jason Sinnwell
References
Schaid DS, Dikilitas O, Sinnwell JP, Kullo I (2022). Penalized mediation models for multivariate data. Genet Epidemiol 46:32-50.
[Package regmed version 2.1.0 Index]