buildsim.uniform: Internal function for Simulation for Uniform Distributed Data

buildsim.uniformR Documentation

Internal function for Simulation for Uniform Distributed Data

Description

This internal function generates data based on a Uniform distribution specified by the provided formula. It is not intended for direct usage by end-users.

Usage

buildsim.uniform(the.formula, the.variable, n, num.experiments = 1)

Arguments

the.formula

A character string specifying the Uniform distribution function, e.g., "U(0,1)".

the.variable

A character string naming the variable in the generated data.

n

An integer specifying the number of data points to generate for each experiment.

num.experiments

An integer specifying the number of experiments to simulate.

Value

A data frame with simulated Uniform distributed values based on the given formula.


simitation documentation built on Sept. 22, 2023, 5:06 p.m.