R/prepzscore.R

prepzscore <-
function (i, j)
{
	i = scale(t(scale(t(i))))
	j = scale(t(scale(t(j))))
	mat = rbind(i,j)
	return(mat)
}

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.