Saturday, March 2, 2019

16 hours R programming course for basic statistics".


Greetings from Rabindrik psychotherapy Research Institute

Dear participant

Thank you for your interest in the course titled "16 hours R programming course for basic statistics". The syllabus is given below with schedule.

Course contents
1.Introducing Research methods, R script in categorical data analysis, Chi square statistics (6 hours)
2.Central tendency and data visualisation (2 hours)
3.Mean differences (2 hours) and Package
4.Correlation and Regression (2 hours)
5.Dissertation (4 hours)

The class will start from March, 2019 (Saturday). Please submit infrastructure fee of Rs 2500. It is one time and non refundable on the joining date to Ms. Sudipta Majumdar, the finance officer of the Institute. Please submit the dissertation as given by 20th April, 2019.

Venue is
3c/2Gobido Mondal Road
BLock B
Kolkata - 700002

With regards
D Dutta Roy
Chief Course Coordinator

Office bearers:

1. Ms Sudipta Majumdar, Finance officer.
2. Ms Sanhati Panigrahi, Academic Administrative officer

Participants

1. Sohan Chakraborty
2. Parthasarathi Boyal
3. Anindita Ghosh
4. DIPANNITA DAS
5. Jayjit Chakraborty
6. Tanushree Basu
7. Aliva Chanda Chakraborty
8. Deepanwita Datta

Games of Statistics

আজ খেলা ভাঙার খেলা খেলবি আয়।
সুখের বাসা ভেঙে ফেলবি আয়।

Statistics with Rabindra sangeet - each line of Rabindra Sangeet indicates some data visualization of statistics. Today I will teach ' খেলা যখন ছিল তোমার সনে' with basic statistics namely central tendency.

The comfortable zone of Statistics is central tendency. Usually we determine single central tendency and our research report is based on that. Let generate more central tendencies and enjoy the games of Statistics.
Game 1: First generate 30 random data and determine central tendency, Q1, Q3 and IQR.
Game 2: Multiply 1.5 with IQR and add it with Q1 and Q3.
Game 3: Assign these two new scores in the original distribution one by one
Game 4: Make Box plot and find out location of two new scores.
Game 5: Do the same exercise with 3.0. And do the above exercises.
Game 6: Determine the mean of maximum and minimum side. Assign these two means in the original distribution.
Game 7: Box plot and find out location of two means.
Similar games will be with unified random number.



আজ খেলা ভাঙার খেলা খেলবি আয়।
সুখের বাসা ভেঙে ফেলবি আয়।

Statistics with Rabindra sangeet - each line of Rabindra Sangeet indicates some data visualization of statistics. Today I will teach ' খেলা যখন ছিল তোমার সনে' with basic statistics namely central tendency.

The comfortable zone of Statistics is central tendency. Usually we determine single central tendency and our research report is based on that. Let generate more central tendencies and enjoy the games of Statistics.
Game 1: First generate 30 random data and determine central tendency.

x=rnorm(30,1,100)
boxplot (x) indicates upper and lower scores

Game 2: Determine maximum and minimum scores. Multiply maximum score /minimum score with 1.5. Find out the range from maximum side and minimum side.

xmax=max(x)
xmin=min(x)

Game 3: Determine the mean of maximum and minimum side. Assign these two means in the original distribution.
Game 4: Box plot and find out location of two means.
Game 5: Determine maximum and minimum scores. Multiply maximum score /minimum score with 3.0. Find out the range from maximum side and minimum side.
Game 6: Determine the mean of maximum and minimum side. Assign these two means in the original distribution.
Game 7: Box plot and find out location of two means.
Similar games will be with unified random number.

No comments:

Post a Comment