R/meta.main.R

meta.main <-
function(geno.files,surv.data, method = "none")
{	
	options(warn=-1) 
	curr_set = 1:length(geno.files)
	for (y in curr_set){
		x = setdiff(curr_set, y)
		det.set.meta (x, y, geno.files,surv.data, method)
	}
}

Try the survJamda package in your browser

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

survJamda documentation built on May 1, 2019, 8:50 p.m.