| make.map | R Documentation | 
Compose table of all two-way combinations of comparators and references
make.map(ds, cNm = "drug.abbr", trNm = "ref.tr")
| ds | meta-analysis dataset | 
| cNm | column names of comparators | 
| trNm | column names of reference drugs | 
A dataset summarizing the dimensions of the meta-analysis dataset
Placeholder for return description
not intended to be used as standalone. Is called from qP function meta.map()
meta.map
test = c("Ref", paste("comp", 1:5, sep = ""))
test.ds = data.frame(drg = rep(test, times = seq(12,2,-2)),
                     ref.id = c(rep(1:4, 10),1,1))
names(test.ds)
meta.map(test.ds, compNm = "drg", trialNm = "ref.id", refNm = "Ref", dist = 1.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.