Logisitic regression with ranked independent variables
Hi all,
This is my first post, so be gentle.
I have the following type of data:
----------------------------- Data Set-1
DV... IV1....IV2....IV3....IV4
0.......1.......3.......4.......5
1.......3.......2.......5.......4
0.......2.......1.......3.......2
0.......5.......4.......2.......3
0.......4.......5.......1.......1
----------------------------- Data Set-2
DV... IV1....IV2....IV3....IV4
1.......2.......1.......2.......5
0.......3.......2.......1.......6
0.......1.......3.......7.......7
0.......5.......4.......4.......3
0.......4.......5.......5.......1
0.......6.......7.......6.......2
0.......7.......6.......3.......4
Each of i of N data sets can be of varying length.
Would logistic regression be appropriate for this type of data?