R/summary.dfrr.R

Defines functions summary.dfrr

Documented in summary.dfrr

#'Summary for a dfrr fit
#'
#'Summarise a fitted \code{dfrr}-object. Not implemented.
#'
#'@param object a \code{dfrr}-object
#'@param ... dot argument, just for consistency with the generic function
#'
#'@return
#'The function \code{summary.dfrr} computes and returns a list of summary statistics of the fitted dfrr model given in \code{dfrr}-object. Not implemented.
#'
#'@method summary dfrr
#'
#'@export
#'
summary.dfrr <-
function(object,...){
  dfrr_fit<-object
  warning("Not yet implemented...\r\n Use the functions coef(), fpca(), fitted(), and residuals() to see the outputs.")
}

Try the dfrr package in your browser

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

dfrr documentation built on May 31, 2023, 5:32 p.m.