plot.carlasso_out {CARlasso}R Documentation

plot the chain graph estimated by CAR-LASSO with threshold or horseshoe method using ggraph

Description

plot the chain graph estimated by CAR-LASSO with threshold or horseshoe method using ggraph

Usage

## S3 method for class 'carlasso_out'
plot(x, ...)

Arguments

x

The carlasso_out xect

...
  • tol: threshold for ploting default 0.01, if horseshoed, then horseshoe result is used

Value

A ggplot xect


[Package CARlasso version 0.1.2 Index]