Learn R Programming

abcADM (version 1.0)

set_simuSampleSize: Set the number of simulated samples

Description

Modifies the sample size of reliability simulations for solveCanADM.

Usage

set_simuSampleSize(n, verbose = FALSE)

Arguments

n

the number of samples to simulate for each \(\theta\) to estimate failure probability

verbose

prints information message to the console if TRUE

Details

The default number of samples is 1000

Examples

Run this code
# NOT RUN {
set_simuSampleSize(10000)


# }

Run the code above in your browser using DataLab