Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/alexplatasl/dplbnde/llms.txt

Use this file to discover all available pages before exploring further.

Requirements

Install from CRAN

1

Install dplbnDE

install.packages("dplbnDE")
2

Load the package

library(dplbnDE)
3

Verify with the built-in dataset

data(car)
head(car)

Install from GitHub

To install the development version:
1

Install devtools if needed

install.packages("devtools")
2

Install from GitHub

devtools::install_github("alexplatasl/dplbnDE")
bnclassify is installed automatically as a dependency. If you encounter issues, install it manually: install.packages("bnclassify")