simold: Simulate Data For CAR after first look

Description Usage Arguments

View source: R/simulatedata.car.R

Description

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

Usage

1
2
simold(mean.s, mean.t, sigma0, sigma, rho, tau1, tau2, treat, covValues,
  data, inspection)

Arguments

mean.s

Mean of the short term response

mean.t

Mean long-term response

sigma0

sigma0 in the bivariate normal distribution

sigma

sigma in bivariate normal distribution

rho

rho 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/seamlessTrial documentation built on Nov. 18, 2019, 5:16 a.m.