Learn R Programming

abn (version 3.1.12)

export_abnFit_mle_arcs: Export arc information from abnFit objects fitted with MLE

Description

Export arc information from abnFit objects fitted with MLE

Usage

export_abnFit_mle_arcs(object, ...)

Value

An array containing arc details: source_variable_id and target_variable_id for each arc.

Arguments

object

An object of class abnFit, typically created by fitAbn.

...

Additional export options (currently unused, reserved for future extensions).

Details

This function extracts arc information from abnFit objects fitted using MLE. It retrieves the source and target nodes for each arc in the directed acyclic graph (DAG). Currently, frequency, significance, and constraint information are not included in the export.