Description Usage Arguments Examples
rFSA Criterion Function to compute the Bhattacharyya distance.
1 |
model |
lm or glm fit to be passed. |
name |
passed to print.FSA |
1 2 3 4 5 6 | #To use Bhattacharyya Distance and FSA the response must be binary, and you must
#be considering searching for two way continuous interactions.
data(mtcars)
fit<-FSA(formula = "am~gear*hp",data = mtcars,
fitfunc = glm,family="binomial",m = 2,cores=1,
interactions = TRUE,criterion = bdist,minmax = "max")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.