make_pop_d: Create simulated d-value population

View source: R/utility.R

make_pop_dR Documentation

Create simulated d-value population

Description

Create simulated d-value population

Usage

make_pop_d(n = 1e+06, d = 0.3, mu = c(0.8, 0), sd = c(1, 1))

Arguments

n

Population size (size for each of the two populations)

d

Population d-value

mu

Population mean values (for both populations)

sd

Population sd values (for both populations)

Value

Data frame with desired properties


dstanley4/learnSampling documentation built on Aug. 30, 2023, 12:59 a.m.