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 Jan. 7, 2023, 1:09 a.m.