R/jd3_ssf.R
var_reg.Rd
Time Varying Regressor
var_reg(name, x, stderr, scale = 1, fixed = FALSE)
Regression variable. Numerics
Standard error of the innovations of the coefficient (1 in extrapolation)
Scaling factor
Fixed scaling factor
x<-rjd3toolkit::retail$BookStores std<-rep(1, length(x)) std[c(20, 50, 150)]<-5 v<-var_reg("vx", x, std, 0.1)