R/spml.fbed.R

Defines functions spml.fbed

Documented in spml.fbed

spml.fbed <- function(y, x, alpha = 0.05, K = 0, 
    backward = FALSE, parallel = FALSE, tol = 1e-07, maxiters = 100) {
	Rfast2::fbed.reg(y, x, alpha = alpha, type = "spml", K = K, 
    backward = backward, parallel = parallel, tol = tol, maxiters = maxiters)
}   

Try the Directional package in your browser

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

Directional documentation built on Oct. 12, 2023, 1:07 a.m.