R/summary.stcs.R

Defines functions `summary.stcs`

`summary.stcs` <-
function(object, ...)
{
out <- summary.mefa(mefa(object, ...))
out$call <- attr(out, "call")
class(out) <- c("summary.stcs", "summary.mefa")
return(out)
}

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.