SlideShare uma empresa Scribd logo
1 de 36
Baixar para ler offline
F   R   F
R
                                                       FF
                  F                                F
                           F SPSS,MATLAB
                                F    F
  F           F                   F                                F               F
          F                   F
                                                                       F       F
      F                   package                           F              F
                      F         F     F    F
                             F    F                             F F Linux, MacOS
X, Windows
Download                               R
1. F     http://www.r-project.org/       F download R
       F download             R      F
Download                                 R
2.         F     download R F       F Mirror Links F             F   F
       Mirror Links Thailand      F      F      F 2 Mirror Links
     F         F      link    F
Download                 R
3.                         R   F     F     F3
Linux, MaxOS X, Windows            windows
Download                                  R
4.           windows 64 bits F            F              1
   F      F base F F         windows 32 bits F       F
base     2



         1

        2
Download                              R
5.       F Download R 2.11.1 for windows
Download                                R
6.            F F File Download   F              F   Save F
 F   Save F                           download
Download                      R
7.     Download F         R   F        100% F F
     Run             F            F R-2.11.1-win32.exe   F
         download
Download                         R
8.         F F   F             F   F                  F
 F default           English           F   OK F
Download                R
9.     Next F   Next   F F
Download                                    R
10.        F F                     F   F                       F
                 F   F F                      F   F   Browse
      F                    F   F       Next
 F
Download                                               R
11.                    F F                           F                                        F
       4         F F     User installation   F                     Minimal user installation F
               F           F      F              Full installation           F         F
      Custom installation      FF F                  F             F                        Full
installation                 Next
Download                   R
12.     F   F    Next                F F
                        F   Finish
F                R              F
      R           Shortcut       R 2.11.1       F Desktop
F F F R Console
Execute                    R Console
        1           F             R Console
    F       F           F       sqrt(625) F     Enter          F
F       F                       25          F                      F
                F           F            F
Execute                 R Console
         2           F                  FR
             F
1.                        text editor            F notepad F
     F           F                           F
Execute               R Console
2.                   F       F          F         save F F             FR
                 F               F          save F F         *.r F test.r
     F       F           Save as type   All Files            Save
         F
Execute             R Console
3.                FR                     Execute            F
     R Console   File->Source R code F             FR   F
        F    F
Execute                   R Console
            F      F                    F             F
    F          F                    F       source(       F R ) F Enter
F       F source( c:/test.r )   F
package              F       F
                  package       F   F                 F F            F   F
      F Internet F                            F   F         packages R Console F
         install package(s)             F   CRAN mirror       F     F      Mirror
Thailand        F       F2                           F F               F
packages F                  F                           F
package           F   F
                  package       xlsReadWrite
      package     F         R           F
         F      F excel(2003) F
package F                xlsReadWrite
  F OK              Download package
       F
package                  F              F
       package             F         F          F       F                        R
      package            F        F                 F            package
                       Packages R Console F                   load package
                 package        F           F               F       F                F
xlsReadWrite         package      load F                              package
package                     F           F
               package xlsReadWrite F             F            F F                       F
                  F                    F package           F               F
 F                  xls.getshlib()          F       F Enter            R
download                  F        F                  F          F F
      F         F                    F          F            F                     package
    F    F F
F       package
        F             F       package         F      F                F      F
help( package )                 F F Help( xlsReadWrite ) F Enter                                 F
             F                           F          F F          F excel F                   R
  F package xlsReadWrite            F                   help package F           F
rdata <- read.xls( "c:/test.xls") F Enter F      F rdata F Enter           F         rdata
   F              F
F                                                 R             F
                     F                         F                                 F        F (Completely Randomized Design)
             F
    F                                                  F           F             F                                           F
                 F                                 F       (                   500       )       F F                 F
4                                1, 2, 3               4       F                     F   4, 5, 3 5              F
                                    F




        FR                          F                                      F
                         F   F                                         F
F F                                                       4
                                                                                                     F       F
          F
               F F                                                          F       µj
        µj                                               F
j, j = 1, 2, 3, 4
               F                    F                               R F
    Fy                                      F                F treatment
     R console F            F
y <- c(37,35,38,36,37,35,38,36,37,32,36,40,35,27,33,31,29)
treatment <- rep(c(1,2,3,4),c(4,5,3,5))

              F F               F               Fy                                           F           F         F   F
          F treatment                                               F           F        y       F               F F
      F                 F               F            F
F             F                         F           F

                 F         F           tapply()                      F

tapply(y,treatment,min)                      F
tapply(y,treatment,max)                          F
tapply(y,treatment,mean)                             F
tapply(y,treatment,sd)                                   F

       F                       F                                 F
F       F
    F
F box plot

     F
treatment <- factor(treatment)
plot (treatment, y, xlab= treatment level )
F            F
Barrtlett.test(y~treatment)
     F       F F
F
     H0 : σ12= σ22= σ32= σ42
     H1 : σn2≠ σm2 ,         n≠m
Bartlett s K-squared F F 5.8242       F P F 0.1205   F 0.05        FF F
                                                      4       F   F F
          ANOVA                F         F
candefect.anova <- aov(y~treatment)
summary(candefect.anova)
      F             F   F
F


     H0 : µ1 = µ2 = µ3 = µ4
     H1 : µm ≠ µn ,        m ≠ n = 1, 2, 3, 4




     α = 0.05 F F= 5.497                 F   F F       F0.05,(3,13) = 3.41   F p   F F
0.012 F F 0.05        H0
                                                         F          F                  F
      F                     (α = 0.05)
            F       F   F                                          FF    F
 F              F                                  F           F                   F
F F                     F                        R         F
http://www.rforthai.net as the web community for Thai R-Project users
http://www.clinicalepi.com/2009/02/r-odds-ratio.html as the example of the use of R to
compute Odds Ratio
http://www.hsri.or.th/upload/R2R2010/powerpoint/R2R-Using%2520R%2520Program.pdf
   F           R F                  F R2R
http://bls.buu.ac.th/~f52325/Homework_3_9_52/50034418/50034418.doc R on Ubuntu
http://www.kmitl.ac.th/~kskallay/pdf/R%20program1.pdf          F          R            F
 F
http://cran.r-project.org/manuals.html R manual
                                         F F         F           R              F

Mais conteúdo relacionado

Mais procurados

Database Design
Database DesignDatabase Design
Database DesignWarawut
 
ระบบหมุนเวียน
ระบบหมุนเวียนระบบหมุนเวียน
ระบบหมุนเวียนThanyamon Chat.
 
การขับถ่ายของสัตว์
การขับถ่ายของสัตว์การขับถ่ายของสัตว์
การขับถ่ายของสัตว์Thanyamon Chat.
 
ธรรมชาติของสิ่งมีชีวิต
ธรรมชาติของสิ่งมีชีวิตธรรมชาติของสิ่งมีชีวิต
ธรรมชาติของสิ่งมีชีวิตThanyamon Chat.
 
พื้นฐานการออกแบบโปรแกรม
พื้นฐานการออกแบบโปรแกรมพื้นฐานการออกแบบโปรแกรม
พื้นฐานการออกแบบโปรแกรมWarawut
 
ระบบน้ำเหลืองกับภูมิคุ้มกัน
ระบบน้ำเหลืองกับภูมิคุ้มกันระบบน้ำเหลืองกับภูมิคุ้มกัน
ระบบน้ำเหลืองกับภูมิคุ้มกันThanyamon Chat.
 
Microsoft word ใบความรู้การย่อยอาหารของคน
Microsoft word   ใบความรู้การย่อยอาหารของคนMicrosoft word   ใบความรู้การย่อยอาหารของคน
Microsoft word ใบความรู้การย่อยอาหารของคนThanyamon Chat.
 
สุดยอดความสำเร็จขององค์กร
สุดยอดความสำเร็จขององค์กรสุดยอดความสำเร็จขององค์กร
สุดยอดความสำเร็จขององค์กรDrDanai Thienphut
 
Java Web Service
Java Web ServiceJava Web Service
Java Web Servicevongthow
 
Microsoft word ใบความรู้ระบบลำเลียงสารของสัตว์
Microsoft word   ใบความรู้ระบบลำเลียงสารของสัตว์Microsoft word   ใบความรู้ระบบลำเลียงสารของสัตว์
Microsoft word ใบความรู้ระบบลำเลียงสารของสัตว์Thanyamon Chat.
 
Display Table Demo
Display Table DemoDisplay Table Demo
Display Table DemoWarawut
 
เซลล์ของสิ่งมีชีวิต
เซลล์ของสิ่งมีชีวิตเซลล์ของสิ่งมีชีวิต
เซลล์ของสิ่งมีชีวิตThanyamon Chat.
 
การออกแบบและพัฒนาเว็บไซต์
การออกแบบและพัฒนาเว็บไซต์การออกแบบและพัฒนาเว็บไซต์
การออกแบบและพัฒนาเว็บไซต์Warawut
 
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)Thanyamon Chat.
 
Microsoft word อะตอมและตารางธาตุ
Microsoft word   อะตอมและตารางธาตุMicrosoft word   อะตอมและตารางธาตุ
Microsoft word อะตอมและตารางธาตุThanyamon Chat.
 
Microsoft word เกมบิงโกสัตว์
Microsoft word   เกมบิงโกสัตว์Microsoft word   เกมบิงโกสัตว์
Microsoft word เกมบิงโกสัตว์Thanyamon Chat.
 
Field Binding
Field BindingField Binding
Field BindingWarawut
 

Mais procurados (20)

Database Design
Database DesignDatabase Design
Database Design
 
ระบบหมุนเวียน
ระบบหมุนเวียนระบบหมุนเวียน
ระบบหมุนเวียน
 
การขับถ่ายของสัตว์
การขับถ่ายของสัตว์การขับถ่ายของสัตว์
การขับถ่ายของสัตว์
 
ธรรมชาติของสิ่งมีชีวิต
ธรรมชาติของสิ่งมีชีวิตธรรมชาติของสิ่งมีชีวิต
ธรรมชาติของสิ่งมีชีวิต
 
พื้นฐานการออกแบบโปรแกรม
พื้นฐานการออกแบบโปรแกรมพื้นฐานการออกแบบโปรแกรม
พื้นฐานการออกแบบโปรแกรม
 
ระบบน้ำเหลืองกับภูมิคุ้มกัน
ระบบน้ำเหลืองกับภูมิคุ้มกันระบบน้ำเหลืองกับภูมิคุ้มกัน
ระบบน้ำเหลืองกับภูมิคุ้มกัน
 
Index with Word 2007
Index with Word 2007Index with Word 2007
Index with Word 2007
 
Microsoft word ใบความรู้การย่อยอาหารของคน
Microsoft word   ใบความรู้การย่อยอาหารของคนMicrosoft word   ใบความรู้การย่อยอาหารของคน
Microsoft word ใบความรู้การย่อยอาหารของคน
 
สุดยอดความสำเร็จขององค์กร
สุดยอดความสำเร็จขององค์กรสุดยอดความสำเร็จขององค์กร
สุดยอดความสำเร็จขององค์กร
 
Java Web Service
Java Web ServiceJava Web Service
Java Web Service
 
Microsoft word ใบความรู้ระบบลำเลียงสารของสัตว์
Microsoft word   ใบความรู้ระบบลำเลียงสารของสัตว์Microsoft word   ใบความรู้ระบบลำเลียงสารของสัตว์
Microsoft word ใบความรู้ระบบลำเลียงสารของสัตว์
 
Display Table Demo
Display Table DemoDisplay Table Demo
Display Table Demo
 
เซลล์ของสิ่งมีชีวิต
เซลล์ของสิ่งมีชีวิตเซลล์ของสิ่งมีชีวิต
เซลล์ของสิ่งมีชีวิต
 
Compe
CompeCompe
Compe
 
การออกแบบและพัฒนาเว็บไซต์
การออกแบบและพัฒนาเว็บไซต์การออกแบบและพัฒนาเว็บไซต์
การออกแบบและพัฒนาเว็บไซต์
 
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)
ระบบน้ำเหลืองกับภูมิคุ้มกัน(Hant out)
 
Microsoft word อะตอมและตารางธาตุ
Microsoft word   อะตอมและตารางธาตุMicrosoft word   อะตอมและตารางธาตุ
Microsoft word อะตอมและตารางธาตุ
 
Manual openprojectb
Manual openprojectbManual openprojectb
Manual openprojectb
 
Microsoft word เกมบิงโกสัตว์
Microsoft word   เกมบิงโกสัตว์Microsoft word   เกมบิงโกสัตว์
Microsoft word เกมบิงโกสัตว์
 
Field Binding
Field BindingField Binding
Field Binding
 

Destaque

คู่มือการใช้ Zotero
คู่มือการใช้ Zotero คู่มือการใช้ Zotero
คู่มือการใช้ Zotero Kanda Runapongsa Saikaew
 
ความรู้ไอทีช่วยเลี้ยงลูกได้
ความรู้ไอทีช่วยเลี้ยงลูกได้ความรู้ไอทีช่วยเลี้ยงลูกได้
ความรู้ไอทีช่วยเลี้ยงลูกได้Kanda Runapongsa Saikaew
 
ระบบมัลติมีเดีย
ระบบมัลติมีเดียระบบมัลติมีเดีย
ระบบมัลติมีเดียNicharee Piwjan
 
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูป
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูปเอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูป
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูปlekruthai khantongchai
 
เครื่องมือพื้นฐานของโปรแกรม
เครื่องมือพื้นฐานของโปรแกรมเครื่องมือพื้นฐานของโปรแกรม
เครื่องมือพื้นฐานของโปรแกรมPongpitak Toey
 
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์ ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์ ณัฐพล บัวพันธ์
 
การนำเสนอโดยใช้ ใบปิด (Poster) การถ่ายภาพ Infographic
การนำเสนอโดยใช้  ใบปิด (Poster) การถ่ายภาพ Infographicการนำเสนอโดยใช้  ใบปิด (Poster) การถ่ายภาพ Infographic
การนำเสนอโดยใช้ ใบปิด (Poster) การถ่ายภาพ InfographicPisan Chueachatchai
 
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดีย
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดียการบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดีย
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดียlekruthai khantongchai
 
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพ
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพหลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพ
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพlekruthai khantongchai
 
การเขียน Storyboard
การเขียน Storyboardการเขียน Storyboard
การเขียน StoryboardYaowaluck Promdee
 
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์Aiice Pimsupuk
 
การใช้โปรแกรม Sony vegas pro13
การใช้โปรแกรม Sony vegas pro13การใช้โปรแกรม Sony vegas pro13
การใช้โปรแกรม Sony vegas pro13พัน พัน
 
สคริปต์ Story board-หนังสั้นเพียงเพราะ..
สคริปต์ Story board-หนังสั้นเพียงเพราะ..สคริปต์ Story board-หนังสั้นเพียงเพราะ..
สคริปต์ Story board-หนังสั้นเพียงเพราะ..Samorn Tara
 
Premiere Pro Step by Step Guide
Premiere Pro Step by Step GuidePremiere Pro Step by Step Guide
Premiere Pro Step by Step GuideCharlotte Jean
 
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6พงศธร ภักดี
 
A Primer on Big Data for Business
A Primer on Big Data for BusinessA Primer on Big Data for Business
A Primer on Big Data for BusinessLeslie Bradshaw
 
การทำ Storyboard
การทำ  Storyboardการทำ  Storyboard
การทำ StoryboardKrongkaew kumpet
 
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้Chay Kung
 

Destaque (20)

คู่มือการใช้ Zotero
คู่มือการใช้ Zotero คู่มือการใช้ Zotero
คู่มือการใช้ Zotero
 
ความรู้ไอทีช่วยเลี้ยงลูกได้
ความรู้ไอทีช่วยเลี้ยงลูกได้ความรู้ไอทีช่วยเลี้ยงลูกได้
ความรู้ไอทีช่วยเลี้ยงลูกได้
 
ระบบมัลติมีเดีย
ระบบมัลติมีเดียระบบมัลติมีเดีย
ระบบมัลติมีเดีย
 
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูป
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูปเอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูป
เอกสารประกอบการอบรม หลักสูตร การผลิตสื่อมัลติมีเดียด้วยโปรแกรมสำเร็จรูป
 
เครื่องมือพื้นฐานของโปรแกรม
เครื่องมือพื้นฐานของโปรแกรมเครื่องมือพื้นฐานของโปรแกรม
เครื่องมือพื้นฐานของโปรแกรม
 
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์ ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์
ความรู้เบื้องต้นเกี่ยวกับการตัดต่อภาพยนตร์
 
การนำเสนอโดยใช้ ใบปิด (Poster) การถ่ายภาพ Infographic
การนำเสนอโดยใช้  ใบปิด (Poster) การถ่ายภาพ Infographicการนำเสนอโดยใช้  ใบปิด (Poster) การถ่ายภาพ Infographic
การนำเสนอโดยใช้ ใบปิด (Poster) การถ่ายภาพ Infographic
 
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดีย
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดียการบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดีย
การบรรยายพิเศษ เรื่อง เทคโนโลยีมัลติมีเดีย
 
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพ
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพหลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพ
หลักการวิเคราะห์และออกแบบ Infographic อย่างมืออาชีพ
 
การเขียน Storyboard
การเขียน Storyboardการเขียน Storyboard
การเขียน Storyboard
 
โปรแกรมตัดต่อ
โปรแกรมตัดต่อโปรแกรมตัดต่อ
โปรแกรมตัดต่อ
 
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์
ประมวลรายวิชา ง30206 การตัดต่อภาพยนตร์
 
การใช้โปรแกรม Sony vegas pro13
การใช้โปรแกรม Sony vegas pro13การใช้โปรแกรม Sony vegas pro13
การใช้โปรแกรม Sony vegas pro13
 
สคริปต์ Story board-หนังสั้นเพียงเพราะ..
สคริปต์ Story board-หนังสั้นเพียงเพราะ..สคริปต์ Story board-หนังสั้นเพียงเพราะ..
สคริปต์ Story board-หนังสั้นเพียงเพราะ..
 
Premiere Pro Step by Step Guide
Premiere Pro Step by Step GuidePremiere Pro Step by Step Guide
Premiere Pro Step by Step Guide
 
20140925 info nstda
20140925 info nstda20140925 info nstda
20140925 info nstda
 
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6
แผนการสอน ผลิตสื่อวีดีทัศน์ ม.6
 
A Primer on Big Data for Business
A Primer on Big Data for BusinessA Primer on Big Data for Business
A Primer on Big Data for Business
 
การทำ Storyboard
การทำ  Storyboardการทำ  Storyboard
การทำ Storyboard
 
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้
เอกสารประกอบหลักสูตร การผลิตหนังสั้นเพื่อการเรียนรู้
 

Semelhante a การใช้งานโปรแกรม R เบื้องต้น

Upload Patch Firewall Sp3351
Upload Patch Firewall Sp3351Upload Patch Firewall Sp3351
Upload Patch Firewall Sp3351guest134db05
 
Install PrestaShop 1.2.4.0 Thai
Install PrestaShop 1.2.4.0 ThaiInstall PrestaShop 1.2.4.0 Thai
Install PrestaShop 1.2.4.0 ThaiWarawut
 
การจัดการเรียนการสอน
การจัดการเรียนการสอนการจัดการเรียนการสอน
การจัดการเรียนการสอนAnanpha Dear
 
คู่มือโปรแกรม Book mark2551
คู่มือโปรแกรม Book mark2551  คู่มือโปรแกรม Book mark2551
คู่มือโปรแกรม Book mark2551 Narongchai Wanmanee
 
กลุ่ม3
กลุ่ม3กลุ่ม3
กลุ่ม3bannoi001
 
หนังสือ Cloning freebsd
หนังสือ Cloning freebsdหนังสือ Cloning freebsd
หนังสือ Cloning freebsdMan Kb
 
SearchDemo
 SearchDemo SearchDemo
SearchDemoWarawut
 
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้าOsdev
 
ระบบสืบพันธุ์
ระบบสืบพันธุ์ระบบสืบพันธุ์
ระบบสืบพันธุ์krulam007
 
Personality test
Personality testPersonality test
Personality testpooyu
 
DataReaderDemo
DataReaderDemoDataReaderDemo
DataReaderDemoWarawut
 
01 form-mdi
 01 form-mdi 01 form-mdi
01 form-mdiWarawut
 
Management Information System 4
Management Information System 4Management Information System 4
Management Information System 4Warawut
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to ComputerWarawut
 
Session and Cookie
Session and CookieSession and Cookie
Session and CookieWarawut
 

Semelhante a การใช้งานโปรแกรม R เบื้องต้น (20)

Upload Patch Firewall Sp3351
Upload Patch Firewall Sp3351Upload Patch Firewall Sp3351
Upload Patch Firewall Sp3351
 
Flash unit 1
Flash unit 1Flash unit 1
Flash unit 1
 
Install PrestaShop 1.2.4.0 Thai
Install PrestaShop 1.2.4.0 ThaiInstall PrestaShop 1.2.4.0 Thai
Install PrestaShop 1.2.4.0 Thai
 
การจัดการเรียนการสอน
การจัดการเรียนการสอนการจัดการเรียนการสอน
การจัดการเรียนการสอน
 
คู่มือโปรแกรม Book mark2551
คู่มือโปรแกรม Book mark2551  คู่มือโปรแกรม Book mark2551
คู่มือโปรแกรม Book mark2551
 
Brief create list-km090354
Brief create list-km090354Brief create list-km090354
Brief create list-km090354
 
กลุ่ม3
กลุ่ม3กลุ่ม3
กลุ่ม3
 
หนังสือ Cloning freebsd
หนังสือ Cloning freebsdหนังสือ Cloning freebsd
หนังสือ Cloning freebsd
 
SearchDemo
 SearchDemo SearchDemo
SearchDemo
 
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า
"เปิดโลกโอเพนซอร์ส" หนังสือรวม Open Source success story ของซิป้า
 
unit13
unit13unit13
unit13
 
ระบบสืบพันธุ์
ระบบสืบพันธุ์ระบบสืบพันธุ์
ระบบสืบพันธุ์
 
Personality test
Personality testPersonality test
Personality test
 
DataReaderDemo
DataReaderDemoDataReaderDemo
DataReaderDemo
 
01 form-mdi
 01 form-mdi 01 form-mdi
01 form-mdi
 
Management Information System 4
Management Information System 4Management Information System 4
Management Information System 4
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
 
กล้องจุลทรรศน์
กล้องจุลทรรศน์กล้องจุลทรรศน์
กล้องจุลทรรศน์
 
กล้องจุลทรรศน์
กล้องจุลทรรศน์กล้องจุลทรรศน์
กล้องจุลทรรศน์
 
Session and Cookie
Session and CookieSession and Cookie
Session and Cookie
 

Mais de Kanda Runapongsa Saikaew

ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัย
ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัยใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัย
ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัยKanda Runapongsa Saikaew
 
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษา
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษาบริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษา
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษาKanda Runapongsa Saikaew
 
Using Facebook as a Supplementary Tool for Teaching and Learning
Using Facebook as a Supplementary Tool for Teaching and LearningUsing Facebook as a Supplementary Tool for Teaching and Learning
Using Facebook as a Supplementary Tool for Teaching and LearningKanda Runapongsa Saikaew
 
วิธีการติดตั้งและใช้ Dropbox
วิธีการติดตั้งและใช้ Dropboxวิธีการติดตั้งและใช้ Dropbox
วิธีการติดตั้งและใช้ DropboxKanda Runapongsa Saikaew
 
Using Facebook and Google Docs for Teaching and Sharing Information
Using Facebook and Google Docs for Teaching and Sharing InformationUsing Facebook and Google Docs for Teaching and Sharing Information
Using Facebook and Google Docs for Teaching and Sharing InformationKanda Runapongsa Saikaew
 
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้Kanda Runapongsa Saikaew
 
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้Kanda Runapongsa Saikaew
 
คู่มือการใช้ Dropbox
คู่มือการใช้ Dropboxคู่มือการใช้ Dropbox
คู่มือการใช้ DropboxKanda Runapongsa Saikaew
 
การใช้เฟซบุ๊กเพื่อการเรียนการสอน
การใช้เฟซบุ๊กเพื่อการเรียนการสอนการใช้เฟซบุ๊กเพื่อการเรียนการสอน
การใช้เฟซบุ๊กเพื่อการเรียนการสอนKanda Runapongsa Saikaew
 
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์Kanda Runapongsa Saikaew
 
Social Media (โซเชียลมีเดีย)
Social Media (โซเชียลมีเดีย)Social Media (โซเชียลมีเดีย)
Social Media (โซเชียลมีเดีย)Kanda Runapongsa Saikaew
 
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)Kanda Runapongsa Saikaew
 

Mais de Kanda Runapongsa Saikaew (20)

Google Apps Basic for Education
Google Apps Basic for Education Google Apps Basic for Education
Google Apps Basic for Education
 
Moodle basics
Moodle basicsMoodle basics
Moodle basics
 
Thai socialmedia
Thai socialmediaThai socialmedia
Thai socialmedia
 
Introduction to JSON
Introduction to JSONIntroduction to JSON
Introduction to JSON
 
Introduction to Google App Engine
Introduction to Google App EngineIntroduction to Google App Engine
Introduction to Google App Engine
 
Android dev tips
Android dev tipsAndroid dev tips
Android dev tips
 
Introduction to Google+
Introduction to Google+Introduction to Google+
Introduction to Google+
 
ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัย
ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัยใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัย
ใช้ไอทีอย่างไรให้เป็นประโยชน์ เหมาะสม และปลอดภัย
 
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษา
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษาบริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษา
บริการไอทีของมหาวิทยาลัยขอนแก่นเพื่อนักศึกษา
 
Baby Health Journal
Baby Health Journal Baby Health Journal
Baby Health Journal
 
Using Facebook as a Supplementary Tool for Teaching and Learning
Using Facebook as a Supplementary Tool for Teaching and LearningUsing Facebook as a Supplementary Tool for Teaching and Learning
Using Facebook as a Supplementary Tool for Teaching and Learning
 
วิธีการติดตั้งและใช้ Dropbox
วิธีการติดตั้งและใช้ Dropboxวิธีการติดตั้งและใช้ Dropbox
วิธีการติดตั้งและใช้ Dropbox
 
Using Facebook and Google Docs for Teaching and Sharing Information
Using Facebook and Google Docs for Teaching and Sharing InformationUsing Facebook and Google Docs for Teaching and Sharing Information
Using Facebook and Google Docs for Teaching and Sharing Information
 
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้
เครื่องมือเทคโนโลยีสารสนเทศฟรีที่น่าใช้
 
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้
การใช้เฟซบุ๊กเพื่อแลกเปลี่ยนเรียนรู้
 
คู่มือการใช้ Dropbox
คู่มือการใช้ Dropboxคู่มือการใช้ Dropbox
คู่มือการใช้ Dropbox
 
การใช้เฟซบุ๊กเพื่อการเรียนการสอน
การใช้เฟซบุ๊กเพื่อการเรียนการสอนการใช้เฟซบุ๊กเพื่อการเรียนการสอน
การใช้เฟซบุ๊กเพื่อการเรียนการสอน
 
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์
การใช้เฟซบุ๊กอย่างปลอดภัยและสร้างสรรค์
 
Social Media (โซเชียลมีเดีย)
Social Media (โซเชียลมีเดีย)Social Media (โซเชียลมีเดีย)
Social Media (โซเชียลมีเดีย)
 
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)
Mobile Application for Education (โมบายแอปพลิเคชันเพื่อการศึกษา)
 

Último

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Último (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

การใช้งานโปรแกรม R เบื้องต้น

  • 1. F R F
  • 2. R FF F F F SPSS,MATLAB F F F F F F F F F F F F package F F F F F F F F F F Linux, MacOS X, Windows
  • 3. Download R 1. F http://www.r-project.org/ F download R F download R F
  • 4. Download R 2. F download R F F Mirror Links F F F Mirror Links Thailand F F F 2 Mirror Links F F link F
  • 5. Download R 3. R F F F3 Linux, MaxOS X, Windows windows
  • 6. Download R 4. windows 64 bits F F 1 F F base F F windows 32 bits F F base 2 1 2
  • 7. Download R 5. F Download R 2.11.1 for windows
  • 8. Download R 6. F F File Download F F Save F F Save F download
  • 9. Download R 7. Download F R F 100% F F Run F F R-2.11.1-win32.exe F download
  • 10. Download R 8. F F F F F F F default English F OK F
  • 11. Download R 9. Next F Next F F
  • 12. Download R 10. F F F F F F F F F F Browse F F F Next F
  • 13. Download R 11. F F F F 4 F F User installation F Minimal user installation F F F F Full installation F F Custom installation FF F F F Full installation Next
  • 14. Download R 12. F F Next F F F Finish
  • 15. F R F R Shortcut R 2.11.1 F Desktop F F F R Console
  • 16. Execute R Console 1 F R Console F F F sqrt(625) F Enter F F F 25 F F F F F
  • 17. Execute R Console 2 F FR F 1. text editor F notepad F F F F
  • 18. Execute R Console 2. F F F save F F FR F F save F F *.r F test.r F F Save as type All Files Save F
  • 19. Execute R Console 3. FR Execute F R Console File->Source R code F FR F F F
  • 20. Execute R Console F F F F F F F source( F R ) F Enter F F source( c:/test.r ) F
  • 21. package F F package F F F F F F F Internet F F F packages R Console F install package(s) F CRAN mirror F F Mirror Thailand F F2 F F F packages F F F
  • 22. package F F package xlsReadWrite package F R F F F excel(2003) F package F xlsReadWrite F OK Download package F
  • 23. package F F package F F F F R package F F F package Packages R Console F load package package F F F F F xlsReadWrite package load F package
  • 24. package F F package xlsReadWrite F F F F F F F package F F F xls.getshlib() F F Enter R download F F F F F F F F F F package F F F
  • 25. F package F F package F F F F help( package ) F F Help( xlsReadWrite ) F Enter F F F F F F excel F R F package xlsReadWrite F help package F F rdata <- read.xls( "c:/test.xls") F Enter F F rdata F Enter F rdata F F
  • 26. F R F F F F F (Completely Randomized Design) F F F F F F F F ( 500 ) F F F 4 1, 2, 3 4 F F 4, 5, 3 5 F F FR F F F F F
  • 27. F F 4 F F F F F F µj µj F j, j = 1, 2, 3, 4 F F R F Fy F F treatment R console F F y <- c(37,35,38,36,37,35,38,36,37,32,36,40,35,27,33,31,29) treatment <- rep(c(1,2,3,4),c(4,5,3,5)) F F F Fy F F F F F treatment F F y F F F F F F F
  • 28.
  • 29. F F F F F F tapply() F tapply(y,treatment,min) F tapply(y,treatment,max) F tapply(y,treatment,mean) F tapply(y,treatment,sd) F F F F
  • 30.
  • 31. F F F
  • 32. F box plot F treatment <- factor(treatment) plot (treatment, y, xlab= treatment level )
  • 33. F F Barrtlett.test(y~treatment) F F F
  • 34. F H0 : σ12= σ22= σ32= σ42 H1 : σn2≠ σm2 , n≠m Bartlett s K-squared F F 5.8242 F P F 0.1205 F 0.05 FF F 4 F F F ANOVA F F candefect.anova <- aov(y~treatment) summary(candefect.anova) F F F
  • 35. F H0 : µ1 = µ2 = µ3 = µ4 H1 : µm ≠ µn , m ≠ n = 1, 2, 3, 4 α = 0.05 F F= 5.497 F F F F0.05,(3,13) = 3.41 F p F F 0.012 F F 0.05 H0 F F F F (α = 0.05) F F F FF F F F F F F
  • 36. F F F R F http://www.rforthai.net as the web community for Thai R-Project users http://www.clinicalepi.com/2009/02/r-odds-ratio.html as the example of the use of R to compute Odds Ratio http://www.hsri.or.th/upload/R2R2010/powerpoint/R2R-Using%2520R%2520Program.pdf F R F F R2R http://bls.buu.ac.th/~f52325/Homework_3_9_52/50034418/50034418.doc R on Ubuntu http://www.kmitl.ac.th/~kskallay/pdf/R%20program1.pdf F R F F http://cran.r-project.org/manuals.html R manual F F F R F