createAnalysisSettings: Create the analysis settings

Description Usage Arguments

View source: R/CreateSettings.R

Description

Creates the more general settings for running the simulation.

Usage

1
2
3
4
5
6
7
8
9
createAnalysisSettings(
  analysisId = "analysis",
  threads = 1,
  replications = 100,
  validationSize = 1e+06,
  seed = 1,
  description = "description",
  saveDirectory = getwd()
)

Arguments

analysisId

The id of the analysis.

threads

The number of parallel threads to be considered for running the simulations

replications

The number of replications for runnning the simulation

validationSize

The size of the "true" population size. Used to approximate the "true" performance of the method under study

seed

The seed used to generate the validationDataset and the simulated datasets

description

The description of the simulation

saveDirectory

The directory where the results will be stored


rekkasa/SimulationEvaluationHte documentation built on Dec. 22, 2021, 2:58 p.m.