Learn R Programming

rbmn (version 0.9-6)

simulate8nbn: simulates from a /nbn/ object

Description

returns a matrix of simulated values with the variable in columns and the simulations in rows.

Usage

simulate8nbn(nbn, nbs)

Value

A matrix of size : nbs x length(nbn)

Arguments

nbn

The nbn object.

nbs

number of simulations to return.

Details

Just the sequential simulations of the nodes

Examples

Run this code
 simulate8nbn(rbmn0nbn.01, 10);

Run the code above in your browser using DataLab