Learn R Programming

rbmn (version 0.9-6)

string7dag4nbn: provides so-called string model of a /nbn/

Description

returns a character(1) describing the dag of the nbn under the string form.

Usage

string7dag4nbn(nbn, sep=";")

Value

A character(1).

Arguments

nbn

The nbn.

sep

Separation sign between parents after the conditioning sign (|).

Examples

Run this code
 string7dag4nbn(rbmn0nbn.01);
 string7dag4nbn(rbmn0nbn.04, sep=", ");

Run the code above in your browser using DataLab