GenerateDistResNetRtimesAndSave: Generate R distributed research network iterations for a...

Description Usage Arguments Value Author(s)

View source: R/01.GenerateData.R

Description

Given a parameter set for a single scenario, generate R iterations of distributed research network. Each distributed research network is generated by GenerateDistResNet and within-site data preparation is also conducted by RequestSiteDataPreparation.

Usage

1
GenerateDistResNetRtimesAndSave(ScenarioDistResNet, R, scenarioCount, partCount)

Arguments

ScenarioDistResNet

A ScenarioDistResNet object contained in a Scenarios object generated by GenerateScenarios.

R

scalar value. Data are generated R times.

scenarioCount

scalar value. Indicate the scenario count. Used for data file name.

partCount

scalar value. Indicates which subpart of

Value

Use for its side effect. No return value. Save a data file in the working directory. The data file contains ScenarioDistResNet, scenarioCount, R, and lstIter. lstIter is a list of length R. Each element is a list of K centers.

Author(s)

Kazuki Yoshida


kaz-yos/distributed documentation built on May 27, 2019, 4:50 a.m.