simulate8nbn: simulates from a /nbn/ object

View source: R/f03.nbnmi.code.r

simulate8nbnR Documentation

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)

Arguments

nbn

The nbn object.

nbs

number of simulations to return.

Details

Just the sequential simulations of the nodes

Value

A matrix of size : nbs x length(nbn)

Examples

 simulate8nbn(rbmn0nbn.01, 10);

rbmn documentation built on July 9, 2023, 6:37 p.m.