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
}
psolymos/mefa documentation built on Oct. 10, 2021, 6:22 p.m.