run.blangModel: Run the given blang model

Description Usage Arguments Value

View source: R/runModel.R

Description

Given the name of a blang model (name of .bl file), run the model with no additional arguments.

Usage

1
run.blangModel(obj, run.args = NULL)

Arguments

obj

is a blangModel object, which will be run with the arguments provided to it via obj$blang.args

run.args

optional parameter that allows you to modify the default blangModel$blang.args for this run. If NULL, it will just use blangModel$blang.args.

Value

returns a blangModel object with this runs results path and arguments. After a run is complete, the list of sampled variables can be accessed via modelName$samples and the temperatures via modelName$temps.


UBC-Stat-ML/Rblang documentation built on July 22, 2019, 9:45 a.m.