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)

Leave a Reply

Your email address will not be published. Required fields are marked *

en_USEnglish