R/interpret.fpcat.R

Defines functions interpret.fpcat

Documented in interpret.fpcat

interpret.fpcat <-
function(x, nscore=1, moment=c("mean", "sd", "var", "cov", "cor", "skewness", "kurtosis"), ...)
{
  times <- x$times
  class(x) <- "fpcad"
  
  ret <- interpret(x, nscore=nscore, moment=moment)

return(invisible(ret))
}

Try the dad package in your browser

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

dad documentation built on Aug. 30, 2023, 5:06 p.m.