R/compute.resid.ctd.R

compute.resid.ctd <-
function (data.y, alpha.hat) 
{
    resid <- t(t(data.y) - alpha.hat)
    return(resid)
}
LXQin/EquiNorm documentation built on May 7, 2019, 7:59 a.m.