generate_experiment: Generate a Data Frame with Basic Experimental Data

View source: R/generate_experiment.R

generate_experimentR Documentation

Generate a Data Frame with Basic Experimental Data

Description

generate_experiment takes two arguments, n is the number of experimental observations, and threshold is the success/failure threshold level

Usage

generate_experiment(n = 1000, threshold = 0.01)

Arguments

n

a numeric, integer value indicating the number of observations in the experiment

threshold

a numeric, float value indicating the threshold cutoff where a value less than or equal to the threshold is considered a success (TRUE) and a value greater than the cutoff is a failure (FALSE)


mike-decarlo/caser documentation built on March 14, 2023, 9:54 a.m.