demo/baseline/baseline.R

baselineFunction <- function(cohortSize) {
  data.frame(sex=rbinom(cohortSize, 1, .5), age=runif(cohortSize, 10,60), 
             Genotype=floor(runif(cohortSize, 0,4)))
}

Try the GUIgems package in your browser

Any scripts or data that you put into this service are public.

GUIgems documentation built on May 1, 2019, 8:19 p.m.