How can I calculate Conditional Logistics of a given Data ?
Show older comments
Hey Everyone !!!
I have two datasets as follows:
X = [ 57.5 54.7 52 50 48.6 48 49.4 50.4]; % Continuous Data
Y = [ 1 0 1 1 0 1 0 1 ] ; % Binary Data
I can calculate Logistic Regression using mnrfit in matlab but I am unable to understand how to apply a Conditional Logistic Regression on this above mentioned dataset ?
Answers (0)
Categories
Find more on Logistic Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!