forked from COOKIESROK/Movies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.analysis.R
27 lines (13 loc) · 801 Bytes
/
3.analysis.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# === description ===========================================================================
## brief description what the script file is about
#
## if you have clear chunks of code, use collapsible dividers (# ==== or # ----)
## and number the sections. Provide brief description for each section here
## # ***** or #_____ does not make sections
# ******************************************************************************
## use descriptive names
# 1) read clean data load data from clean data folder and ...
# 2) anova lm to test ...
# === 1) read clean data =======================================================
# === 2) anova ===========================================================
#___ end _______________________________________________________________________