R/p.sum.R

Defines functions p.sum

p.sum <-
function(...) {
x <-list(...)
eval(parse(text=paste("x[[", 1:length(x), "]]", sep="", collapse="+")))
}

Try the frailtyHL package in your browser

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

frailtyHL documentation built on Dec. 1, 2019, 1:25 a.m.