User Tools

Site Tools


by_comment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
by_comment [2018/12/20 12:49] hkimscilby_comment [2018/12/20 12:51] (current) hkimscil
Line 1: Line 1:
 will be deleted soon.  will be deleted soon. 
 {{by.csv}} {{by.csv}}
 +
 +<code>byd <- read.csv("http://commres.net/wiki/_media/by.csv", sep = "\t")</code>
  
 s = satisfaction s = satisfaction
Line 7: Line 9:
 s2 = 2nd question in the satisfaction s2 = 2nd question in the satisfaction
  
-<code>> by + 
-        g    p s2 + 
-1  5.0 4.00 4.00  +<code>> by <- subset(byd, select = c(g,p,s,s1014)) 
-2  4.0 3.67 4.00  +> by 
-3  4.4.00 4.00  +      g    p   s s1014 
-4  5.0 4.00 4.33  +1  4.00 4.00 5.0     
-5  4.0 3.33 2.33  +2  3.67 4.00 4.0     
-6  5.0 2.33 2.00  +3  4.00 4.00 4.5     
-7  3.0 4.00 4.00  +4  4.00 4.33 5.0     
-8  3.0 3.67 3.00  +5  3.33 2.33 4.0     
-9  3.5 4.00 4.67  +6  2.33 2.00 5.0     
-10 4.0 4.33 3.67  +7  4.00 4.00 3.0     
-11 3.0 2.67 3.33  +8  3.67 3.00 3.0     
-12 4.5 3.00 3.67  4 +9  4.00 4.67 3.5     
-13 3.5 4.00 3.00  +10 4.33 3.67 4.0     
-14 4.5 4.00 3.67  +11 2.67 3.33 3.0     
-15 4.0 2.67 4.00  +12 3.00 3.67 4.5     4 
-16 3.3.67 3.67  +13 4.00 3.00 3.5     
-17 4.0 3.67 4.00  4 +14 4.00 3.67 4.5     
-18 4.0 4.00 4.00  4 +15 2.67 4.00 4.0     
-19 4.0 4.00 3.33  4 +16 3.67 3.67 3.5     
-20 5.0 4.00 4.00  5 +17 3.67 4.00 4.0     4 
-21 4.5 3.67 3.33  +18 4.00 4.00 4.0     
- </code>+> </code>
  
 연구문제로  연구문제로 
by_comment.txt · Last modified: 2018/12/20 12:51 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki