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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
A modern and portable SOCR web-app that demonstrates the concepts of statistical analysis such as resampling, randomization and probabilistic simulation.
3
3
4
4
## Introduction ##
5
-
There is a plethora of online reading material regarding statistics. Learning through activities has been always present at SOCR.This tool was created keeping users at the center stage. The UI is made more intuitive and responsive than other online available tools.
5
+
There is a plethora of online reading material regarding statistics. Learning through activities has been always present at SOCR.This tool was created keeping users at the center stage. The UI is made more intuitive and responsive than other online available tools.
6
6
The primary purpose of this application is for students to learn how to draw statistical inference using randomized initial data sets. This tool can often be used to research fairly large datasets.
7
-
To start off, we need to get data into the webapp.Currently data can be imported into the web-app through the following ways:
7
+
To start off, we need to get data into the webapp.Currently data can be imported into the web-app through the following ways:
8
8
- Simulation Data - There are set of preloaded experiments into experiments which can be used to generate data. For example, user can choose binomial experiment and simulate coin tosses to get an initial dataset lets say H,T,T,H,T,H,H,H,T `(H=head, T=tail)`.
9
9
- User Data - There is a spreadsheet available where users can copy-paste tables of data. Or they can import data from SOCR data using URLs.
10
10
@@ -13,17 +13,17 @@ The goal of this project is to design a new, modern and portable SOCR web-app th
13
13
14
14
- For more information regarding this project see [SOCR Wiki](http://wiki.stat.ucla.edu/socr/index.php/SOCR_Resampling_HTML5_Project)
15
15
- The application is currently hosted [at SOCR UCLA](http://socr.ucla.edu/htmls/HTML5/SOCR_Resampling_Webapp/) and [at SOCR UMich](http://socr.umich.edu/HTML5/Resampling_Webapp/).
16
-
- View the documentaiton and give the webapp a try. The application is optimized for mobile view. Please forword your feedbacks to @selvam1991
16
+
- View the documentaiton and give the webapp a try. The application is optimized for mobile view. Please forward your feedbacks to @chartotu19
17
17
18
18
## Installation ##
19
19
### Local
20
-
The application needs to be hosted in a server.
20
+
The application needs to be hosted on a server.
21
21
If you want to run it locally in your machine, just extract the source code from git and place it in the www folder of wamp OR you can use any other apache server.
22
22
Incase of deploying it to a hosted server, just pull all the code into the server and run the index.html. For example, If I need to host the application at www.mydomain.com/app , then place the code in the app/ folder in the server and you are good to go!
23
23
24
-
### Cloud (using nodejitsu
24
+
### Cloud (using nodejitsu)
25
25
26
-
Create an account in [nodejitsu](nodejitsu.com). There is a 30 day trail version available.
26
+
Create an account in [nodejitsu](nodejitsu.com). There is a 30 day trial version available.
27
27
Clone the repo to your machine and edit the package.json file(optional) according to your own preferences.
0 commit comments