What is the difference between Regression and Logistic
Regression? Can u explain the Assumptions/Conditions?
Answer Posted / vipin choudhary
Regression Modelling is also called linear modelling as the
input variables and residuals normally distributed.
the formula generally used here is
Y = m1x1+m2x2+m3x3+m4x4+c
Where as the logistic modelling is a non linear modelling
in which input variables and residuals randomly distributed.
The dependent variable has a value of either 1 or 0
the formula we use here is
Y= 1
--------------------
1 + e^-(m1x1+m2x2+m3x3+m4x4)
Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
where to use sas business intelligence? : Sas-bi
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is program data vector (pdv) and what are its functions?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is enterprise guide? What is the use of it? : Sas programming
How to limit decimal places for the variable using proc means?
What does the RUN statement do?
Differentiate between ceil and floor functions.
How many ways to overcome a missing values???
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Explain by-group processing?
Are you involved in writing the inferential analysis plan? Tables specfications?
what is star schema? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?