node: Runs exhaustive search on a single node and saves results in...

Description Usage Arguments Value

View source: R/mdm.R

Description

Runs exhaustive search on a single node and saves results in txt file.

Usage

1
2
node(X, n, id = NULL, nbf = 15, delta = seq(0.5, 1, 0.01), cpp = TRUE,
  priors = priors.spec(), path = getwd())

Arguments

X

array with dimensions timeseries x nodes.

n

node number.

id

subject ID. If set, results are saved to a txt file.

nbf

Log Predictive Likelihood will sum from (and including) this time point.

delta

a vector of potential values for the discount factor.#'

cpp

boolean true (default): fast C++ implementation, false: native R code.

priors

list with prior hyperparameters.

path

a path where results are written.

Value

store list with results.


multdyn documentation built on May 2, 2019, 3:43 p.m.