[SOLVED] polyniminal Data to boolean

studentstudent Member Posts: 17 Contributor II
edited November 2018 in Help
Hi,

this is my data:

p1 p2 p3 ... pn id time
A  ?    ?      ?   1   1
A  ?    ?      ?   2   1
?  B    ?      ?   1   2
?  B    ?      ?   2   2

p1,p2,...,pn is polynominal.

How I can this convert to this:

p1 p2 p3 ... pn id time
1  ?    ?      ?   1   1
1  ?    ?      ?   2   1
?  1    ?      ?   1   2
?  1    ?      ?   2   2


? :)

Answers

  • studentstudent Member Posts: 17 Contributor II
    the solution is "Nominal to Binominal" with filter "value_type = polynominal"

    ;)

    [close]
Sign In or Register to comment.