R/is.mixdata.R

## last modified 23 Oct 2002 by J. Du

is.mixdata <- function (x) 
{
    flag <- TRUE
    if (sum(!is.na(match(class(x), "mixdata"))) == 0) 
        flag <- FALSE
    flag
}

Try the mixdist package in your browser

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

mixdist documentation built on May 2, 2019, 3:34 p.m.