inst/ex/STCoxMaster.R

library(distcomp)
masterData <- readRDS('STCoxMaster.RDS')
defn <- masterData$defn; sites <- masterData$sites;
master <- makeMaster(defn)
for (site in sites) {
   master$addSite(name = site$name, url = site$url)
}
result <- master$run()
print(master$summary())

Try the distcomp package in your browser

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

distcomp documentation built on Sept. 2, 2022, 1:07 a.m.