powered by
Compute Likelihood Ratio Chi-square for Binomial Logistic Regression with up to 10 predictors
LRchi( data = NULL, y = NULL, x1 = NULL, x2 = NULL, x3 = NULL, x4 = NULL, x5 = NULL, x6 = NULL, x7 = NULL, x8 = NULL, x9 = NULL, x10 = NULL, numpred = NULL )
name of your datafile, loaded
dependent variable name
first predictor variable name
second predictor variable name
third predictor variable name
fourth predictor variable name
fifth predictor variable name
sixth predictor variable name
seventh predictor variable name
eighth predictor variable name
ninth predictor variable name
tenth predictor variable name
number of predictors
# NOT RUN { LRchi(data=testlog, y="dv", x1="iv1", x2="iv2",numpred=2) # }
Run the code above in your browser using DataLab