+ All Categories
Home > Documents > R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

Date post: 10-Jun-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
15
R โปรแกรมมิ่ง หลังจากติดตั้งเรียบร ้อย ตัวแปลง tool -> install -> rmarkdown
Transcript
Page 1: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

R โปรแกรมม่ิง หลงัจากติดตัง้เรียบร้อย

ตวัแปลง tool -> install -> rmarkdown

Page 2: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

เบือ้งต้นของการเขียน ภาษา R

พืน้ฐานในการสร้างตวัแปร เบือ้งต้นภาษา R

Page 3: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

Print matrix และ Array

----------------------------------------------------

Page 4: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12
Page 5: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12
Page 6: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

การ import ข้อมลูจาก CSV มาประมวลผล

survey<-read.table("survey_data.csv",header = TRUE,sep=",")

Page 7: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

RMarkdown

New -> Project -> new

แสดงผลเบือ้งต้น

Page 8: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

คา่ Minssing

เลอืกข้อมลูที่ต้องการ as.character(survey_messy$TVhours)

Page 9: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

-------------------------------------------------

การแปลงคา่ Colum

แปลงคา่ Colum ตามที่เราต้องการ

Page 10: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12
Page 11: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

https://www.rstudio.com/wp-content/uploads/2015/03/ggplot2-cheatsheet.pdf

Page 12: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

ข้อมลูข้างนอก มาทดสอบ วิเคราะห์

กรณี Linux

Sudo apt –fix-broken install

Sudo apt-get update

Sudo apt-get install libcurl4-openssl-dev

Sudo apt-get install libssl-dev

Sudo apt-get install libxml2-dev

1. HTML

2. XML

3. XML2

4. CURL

5. Rvest

Page 13: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12
Page 14: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12
Page 15: R โปรแกรมมิ่ง ... - WordPress.com · not found "fina12

Recommended