How can I calculate Conditional Logistics of a given Data ?
4 次查看(过去 30 天)
显示 更早的评论
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 ?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!