sai_logit: SAI for Logistic Regression Model(binomial)

Description Usage Arguments Value Examples

Description

Find all combinations of explanatory variables, and show the significant linear regression model.

Usage

1
sai_logit(data, y, alpha = 0.05, mustin = NULL)

Arguments

data

the data.frame which contain responce variable and explanatory variables.

y

the responce variable "name", is a character.

Value

form is the formulas

pvalue is the p.value correspond to the formulas in form

sig is value 1 or 0, represents that if any pvalue is significant in the model.

Examples

1

biglin0706/SAI documentation built on May 29, 2019, 1:22 p.m.