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
Name any two sas spawners? : sas-grid-administration
How to convert a numeric variable to a character variable?
What are the default statistics that proc means produce?
what is metadata? : Sas-bi
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Explain by-group processing?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is the use of proc sql? : Sas programming
Name and describe few sas character functions that are used for data cleaning in brief.
how can you put a "trace" in your program? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What is interleaving in SAS?
Mention few capabilities of sas framework.
Mention what is PROC in SAS?