simulatedata.car: Simulate Data For CAR Function

Description Usage Arguments

View source: R/simulateFunctions.R

Description

Function to simulate data with treatment assignments from Covariate Adaptive Randomization Scheme

Usage

1
2
simulatedata.car(mean.s, sigma = 1, tau1 = 1, tau2 = 1, treat,
  covValues, data = NULL, dist, inspection)

Arguments

mean.s

Mean of the short term response

sigma

sigma in bivariate normal distribution

tau1

Tau1 is the weight on the first covariate

tau2

Tau2 is the weight on the second covariate

treat

List containing the treatment assignments and the base matrix

covValues

covValues is the dummy variable matrix from the covariate values

data

Is the data from the previous analysis if applicable. The default is NULL


Gtmille2/multiEndpoint documentation built on Oct. 30, 2019, 6:35 p.m.