Learn R Programming

bootnet (version 1.6)

IsingGenerator: Generates a function that simulates data from the Ising model

Description

Uses IsingSampler to generate the data.

Usage

IsingGenerator(...)

Value

A function with as first argument the sample size and as second argument a named list, with element graph encoding a weights matrix and element intercepts encoding thresholds.

Arguments

...

Arguments passed to IsingSampler

Author

Sacha Epskamp <mail@sachaepskamp.com>