Displaying 2 results from an estimated 2 matches for "card4".
Did you mean:
card
2002 Jan 24
3
getting rank order
...ed the deck. For each subject I
have a list like 3,5,2,4,1, indicating that (s)he chose 3 first, then
5, then 2. . . .
I think what I first need to do is to make a variable for each card
with the rank given to each card, so the above list should be
transformed to something like
card1 card2 card3 card4 card5
5 3 1 4 2
I've RTFMed on sort and rank. I can't find an elegant solution in
either a spreadsheet or R. I'm about to give up and do it by hand.
I thought that something like
for (i in 1:25) ranks [1,as.integer(motivations[1,i])] <- i
might do it (and I...
2008 Mar 24
4
Ati Low Perfomance
...n failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (...