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
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is sas metadata server? : Sas-di
Explain input and put function?
What is the difference between %put and symbolgen? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is the length assigned to the target variable by the scan function?
Name few SAS functions?
What is the purpose of _character_ and _numeric_?
How would you determine the number of missing or nonmissing values in computations?
how many types prompting framework can be broken down to? : Sas-bi
What is the difference between match merge and one to one merge?
What are the difference between sas functions and procedures?
What would you change about your job?
Explain the use of proc print and proc contents?
Give some examples where proc report’s defaults are same as proc print’s defaults?