Learn R Programming

ssgraph

The R package ssgraph is designed for Bayesian structure learning in graphical models using spike-and-slab priors. To speed up the computations, the computationally intensive tasks of the package are implemented in C++ in parallel using OpenMP.

Installation

You can install the latest version from CRAN using:

install.packages( "ssgraph" )
require( "ssgraph" )

To see how to use the functionality of the package:

https://CRAN.R-project.org/package=ssgraph/vignettes/ssgraph-example.html

Copy Link

Version

Install

install.packages('ssgraph')

Monthly Downloads

497

Version

1.15

License

GPL (>= 2)

Maintainer

Abdolreza Mohammadi

Last Published

December 24th, 2022

Functions in ssgraph (1.15)

print.ssgraph

Print function for S3 class "ssgraph"
predict.ssgraph

Predict function for S3 class "bdgraph"
summary.ssgraph

Summary function for S3 class "ssgraph"
plot.ssgraph

Plot function for S3 class "ssgraph"
ssgraph-package

Bayesian Graphical Estimation using Spike-and-Slab Priors
ssgraph

Algorithm for graphical models using spike-and-slab priors