R/pred.time.indep.valid.R

pred.time.indep.valid <-
function(geno.files, surv.data, method = "none", time.dep = 0)
{
	common.gene = colnames(get(geno.files[1]))
	for (i in 2:length(geno.files))
		common.gene = intersect(common.gene, colnames(get(geno.files[i])))

	par (mfrow = c(1,length(geno.files)), cex = 1)
	par(oma=c(.5,.5,length(geno.files),.5))

	main.process (common.gene, geno.files, surv.data,  method = "none", time.dep)
}

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.