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


Please Help Members By Posting Answers For Below Questions

where to use sas business intelligence? : Sas-bi

768


Give some examples where proc report’s defaults are different than proc print’s defaults?

798


What is program data vector (pdv) and what are its functions?

813


explain the main difference between the nodup and nodupkey options? : Sas-administrator

908


what is enterprise guide? What is the use of it? : Sas programming

739


How to limit decimal places for the variable using proc means?

797


What does the RUN statement do?

1057


Differentiate between ceil and floor functions.

877


How many ways to overcome a missing values???

2538


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

930


Explain by-group processing?

776


Are you involved in writing the inferential analysis plan? Tables specfications?

1959


what is star schema? : Sas-di

828


do you prefer proc report or proc tabulate? Why? : Sas programming

764


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1914