R/flexisoreg.stat.R

Defines functions `flexisoreg.stat`

`flexisoreg.stat` <-
function(y, x, lambda=0, alpha.location=1, alpha.adjacency=0.5){
return(flexisoreg(y, x, lambda, alpha.location, alpha.adjacency)$statistic)
}

Try the GeneF package in your browser

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

GeneF documentation built on May 9, 2022, 5:07 p.m.