create_causlist_cpp {dbnR}R 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


[Package dbnR version 0.7.8 Index]