R/infl.bias_test.R

#' @description
#'
#' @param
#' @return
#'
#' @keywords
#'
#' @import dynlm
#' @export
#' @examples
#'
#' @author Talitha Speranza \email{talitha.speranza@fgv.br}


infl.bias_test <- function(index,core){

    coeffs <- summary(dynlm(index ~ 1 + core))$coefficients
    return(coeffs)
}
fernote7/INFLATION documentation built on May 16, 2019, 12:49 p.m.