R/computeY.R

Defines functions `computeY`

`computeY` <-
function(g,x) apply(cbind(x), 2, function(z) tapply(z,g,mean))

Try the homals package in your browser

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

homals documentation built on May 2, 2019, 6:51 p.m.