R/case.names.manylm.R

case.names.manylm	<- case.names.manyglm <-
function (object, full = FALSE, ...) 
{
    w <- weights(object)
    dn <- rownames(residuals(object))
    if (full || is.null(w)) 
        dn
    else dn[w != 0]
}

Try the mvabund package in your browser

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

mvabund documentation built on March 18, 2022, 7:25 p.m.