rmiss {bernor}R Documentation

Random Variates from Importance Sampling Model

Description

Simulate realizations from importance sampling model.

Usage

rmiss(model)

Arguments

model

the model, an object of class model produced by the model function.

Value

a single realization from the model.

See Also

bnmarg, bnlogl.

Examples

moo <- model("gauss", 7, 1.2)
rmiss(moo)

[Package bernor version 0.3-8 Index]