R/cwc.R

Defines functions cwc

Documented in cwc

## File Name: cwc.R
## File Version: 0.01

cwc <- function(y, cluster)
{
    res <- y - gm(y=y, cluster=cluster)
    return(res)
}

Try the miceadds package in your browser

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

miceadds documentation built on May 29, 2024, 11:05 a.m.