Skip to content

Commit 9902d7c

Browse files
fix typos
1 parent 46071f2 commit 9902d7c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
A modern and portable SOCR web-app that demonstrates the concepts of statistical analysis such as resampling, randomization and probabilistic simulation.
33

44
## 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.
66
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:
88
- 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)`.
99
- 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.
1010

@@ -13,17 +13,17 @@ The goal of this project is to design a new, modern and portable SOCR web-app th
1313

1414
- For more information regarding this project see [SOCR Wiki](http://wiki.stat.ucla.edu/socr/index.php/SOCR_Resampling_HTML5_Project)
1515
- 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
1717

1818
## Installation ##
1919
### Local
20-
The application needs to be hosted in a server.
20+
The application needs to be hosted on a server.
2121
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.
2222
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!
2323

24-
### Cloud (using nodejitsu
24+
### Cloud (using nodejitsu)
2525

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.
2727
Clone the repo to your machine and edit the package.json file(optional) according to your own preferences.
2828
From your terminal, run:
2929

0 commit comments

Comments
 (0)