R/getAllEstatisticsFn.R

Defines functions getAllEstatisticsFn

Documented in getAllEstatisticsFn

##' @title Get All Functions of Statistics of ITGM
##' @description this function allows you to obtain all functions available in ITGM for model evaluation.
##' @return collection of functions statistics
##' @import Fgmutils
##' @export
getAllEstatisticsFn <- function(){
  return(c(estatisticas,
           estatisticasBIAS,
           estatisticasBiasPERCENTUAL,
           estatisticasCE,
           estatisticasCORR,
           estatisticasCorrPERCENTUAL,
           estatisticasCV,
           estatisticasCvPERCENTUAL,
           estatisticasMAE,
           estatisticasR2,
           estatisticasResiduoPERCENTUAL,
           estatisticasResiduos,
           estatisticasRMSE,
           estatisticasRmsePERCENTUAL,
           estatisticasRRMSE))
}

Try the ITGM package in your browser

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

ITGM documentation built on Jan. 20, 2021, 5:06 p.m.