Statistical Analysis: Difference between revisions
wrote most of initial stats page |
added categories |
||
| Line 1: | Line 1: | ||
[[Category:Statistics]] | |||
[[Category:Math]] | |||
This is based on using either Excel or R for the analysis. To get data into R, the easiest way is to make the data in excel then import it into R with this command: | This is based on using either Excel or R for the analysis. To get data into R, the easiest way is to make the data in excel then import it into R with this command: | ||
<pre>dataset <- read.csv("filename.csv") #generates a table called dataset with your values</pre> | <pre>dataset <- read.csv("filename.csv") #generates a table called dataset with your values</pre> | ||