R/as.data.frame.stcs.R

Defines functions `as.data.frame.stcs`

`as.data.frame.stcs` <-
function(x, ...)
{
    attr(x, "call") <- NULL
    attr(x, "expand") <- NULL
    attr(x, "zero.count") <- NULL
    attr(x, "zero.pseudo") <- NULL
    class(x) <- "data.frame"
    x
}

Try the mefa package in your browser

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

mefa documentation built on Oct. 7, 2021, 9:11 a.m.