Introduction

Below is something I think is basic but important to conduct data analysis on R studio. Besides, I would strongly recommend purchasing R in action, data analysis and graphics with R for learning. This book is the bibble in R language and helps me a lot.

Import Data from xlsx files

library():rJava,xlsx

library():openxlsx: to avoid Java memory overflow

book <-“file” (direct read)

book<-read.xlsx(file,sheet) (import into dataframe)

Data Type Change

Explorary Data Analysis

Data Visualization

library(ggplot2)

Modeling

Model Improvement

 

(TBC)

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

zh_CNChinese