create_causlist_cpp: Create a causal list from a DBN. This is the C++ backend of...

View source: R/RcppExports.R

create_causlist_cppR Documentation

Create a causal list from a DBN. This is the C++ backend of the function.

Description

Create a causal list from a DBN. This is the C++ backend of the function.

Usage

create_causlist_cpp(cl, net, size, ordering)

Arguments

cl

an initialized causality list

net

a dbn object treated as a list of lists

size

the size of the DBN

ordering

a list with the order of the variables in t_0

Value

a list with a CharacterVector and a NumericVector


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.