HDRSeeds: HDR Seed Generator

Description Usage Arguments Value Examples

View source: R/HDRSeeds.R

Description

Helper function to create the seeds data.frame to be used by the SIPlibrary3 function.

Usage

1
HDRSeeds(n, entity = 1, var_id = "generate", option1 = 0, option2 = 0)

Arguments

n

An inetger equal to the number of SIPs to generate seeds for.

entity

An integer between 1 and 100 million relating to the entity making the simulation.

var_id

An integer between 1 and 100 million to be the starting value for each independent variable seed.

option1

An optional integer between 1 and 100 million to serve as a secondary ID.

option2

An optional integer between 1 and 10 million to serve as a tertiary ID.

Value

Data.frame containing integer values for simulation seeds.

Examples

1
2
seeds <- HDRSeeds(5)
seedsspecific <- HDRSeeds(5, 500, 1, 600, 700)

probability-management/RSIPlibrary documentation built on June 2, 2021, 10:19 p.m.