Learn R Programming

ggdmc (version 0.2.5.2)

BuildDMI: Bind data and models

Description

Binding a data with a model object. This function also checks if they are compatible and adds a cell.index and many other attributes to the data frame.

Usage

BuildDMI(x, model, npda = 16384, bw = 0.01, gpuid = 0,
  debug = FALSE)

Arguments

x

data in a data frame format

model

a model object

npda

number of model simulations

bw

kernel bandwidth

gpuid

GPU ID, indicating using which GPU cards on a machine with multieple GPUs.

debug

debugging switch