generateNormalData: A data generation function along the lines of what was used...

Description Usage Arguments Value

View source: R/utilities.R

Description

A data generation function along the lines of what was used in the Lai, Lavori, Liao paper. score rather than a normal distribution

Usage

1
generateNormalData(prevalence, N, mean, sd)

Arguments

prevalence

a vector of group prevalences (length denoted by J below)

N

the sample size to generate

mean

a 2 x J matrix of means under the null (first row) and alternative for each group

sd

a 2 x J matrix of standard deviations under the null (first row) and alternative for each group

Value

a three-column data frame of subGroup, trt (0 or 1), and score


bnaras/ASSISTant documentation built on Nov. 23, 2019, 6:20 p.m.