top of page
Search
  • Writer: Jin Kang
    Jin Kang
  • Aug 27, 2024
  • 1 min read
#load the data
df.raw 
#A tibble: 9,000 × 7
id    ques  alt  modality identity appearance choice
<int> <int> <int> <fct>   <fct>     <fct>      <fct> 
1     1      1     text    teacher  human        0     
1     1      2     video    peer    machine      0     
1     1      3     text     peer    machine      1     
1     2      1     text   teacher   machine      0     
1     2      2     voice    peer    human        1     
1     2      3     text   teacher   human        1      
#8,990 more rows


 
 
 

Comments


Feel free to reach out, and let's connect for some UX adventures! 🚀

  • This is a link to my LinkedIn profile.
  • This is a link to my google scholar profile.
bottom of page