You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1_DATASCITOOLBOX/Data Scientists Toolbox Course Notes.Rmd
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,14 @@ $\pagebreak$
20
20
*`pwd` = print working directory (current directory)
21
21
*`clear` = clear screen
22
22
*`ls` = list stuff
23
-
*`-a` = see all (hidden)
23
+
*`-a` = see all (including hidden files)
24
24
*`-l` = details
25
25
*`cd` = change directory
26
26
*`mkdir` = make directory
27
27
*`touch` = creates an empty file
28
28
*`cp` = copy
29
29
*`cp <file> <directory>` = copy a file to a directory
30
+
*`cp <file> <renamed_file>` = rename a file
30
31
*`cp -r <directory> <newDirectory>` = copy all documents from directory to new Directory
31
32
* `-r` = recursive
32
33
*`rm` = remove
@@ -102,7 +103,7 @@ $\pagebreak$
102
103
***Big data** = now possible to collect data cheap, but not necessarily all useful (need the right data)
103
104
104
105
## Experimental Design
105
-
* Formulate you question in advance
106
+
* Formulate your question in advance
106
107
***Statistical inference** = select subset, run experiment, calculate descriptive statistics, use inferential statistics to determine if results can be applied broadly
0 commit comments