diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/assignment1.Rmd b/assignment1.Rmd index 49884fb..51be4d0 100644 --- a/assignment1.Rmd +++ b/assignment1.Rmd @@ -1,6 +1,32 @@ --- title: "Assignment 1" -author: "YOUR NAME" +author: "Xingyi Xie" date: "9/8/2020" output: html_document --- +# Assignment 1 + + +## My Goals for HUDK4050 + +- First goal: learn how to conduct data mining +- Second goal: learn R and R Studio (and Markdown grammar) and link R with Github +- Third goal: understand social network analysis and PCA and Clustering analysis. + +## Video Review + I have learnt a lot from class videos, and I think only when we try to do data analysis can we feel this, and thus we can analyze them appropriately. + +My table: + + + Skill | Score | +|------:|:-----| +| Language | 8 | +| Videos | Perfect | + + + +![My feeling](perfect.jpg) + + +## This is how I am feeling about the semester \ No newline at end of file diff --git a/assignment1.html b/assignment1.html new file mode 100644 index 0000000..17ea239 --- /dev/null +++ b/assignment1.html @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + +Assignment 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+

Assignment 1

+

https://github.com/Xingyixie

+
+

My Goals for HUDK4050

+
    +
  • First goal: learn how to conduct data mining
  • +
  • Second goal: learn R and R Studio (and Markdown grammar) and link R with Github
  • +
  • Third goal: understand social network analysis and PCA and Clustering analysis.
  • +
+
+
+

Video Review

+ +

I have learnt a lot from class videos, and I think only when we try to do data analysis can we feel this, and thus we can analyze them appropriately.

+

My table:

+ + + + + + + + + + + + + + + + + +
SkillScore
Language8
VideosPerfect
+
+My feeling +

My feeling

+
+
+
+

This is how I am feeling about the semester

+
+
+ + + + +
+ + + + + + + + + + + + + + + diff --git a/perfect.jpg b/perfect.jpg new file mode 100644 index 0000000..fb2c461 Binary files /dev/null and b/perfect.jpg differ