R for elementary stats. Is R for the novice? On day 1, students can … download and install R follow simplest commands run complex simulation programs.

Slides:



Advertisements
Similar presentations
1 Adding a statistics package Module 2 Session 7.
Advertisements

© 2002 QxDesign, Inc. Tuning a PI Controller This unit discusses Zone-based tuning for a PI controller Adjusting gains with Live Constants Visual ModelQ.
© 2002 QxDesign, Inc. Building a PI controller This unit discusses Installation of Visual ModelQ The Visual ModelQ default model Placing and configuring.
Teaching with Greenfoot
Some simple, useful, but seldom taught statistical techniques Larry Weldon Statistics and Actuarial Science Simon Fraser University Nov. 27,
Peter Carafano, M.Ed. Associate Professor, Science Department Florida State University Schools.
Java.  Java is an object-oriented programming language.  Java is important to us because Android programming uses Java.  However, Java is much more.
Data Analysis and the Shackles of Statistical Tradition Larry Weldon Statistics and Actuarial Science SFU.
3/27/061 Some Controversies of Statistics Education and Practice Do we teach the right stuff? Larry Weldon.
PSYCHOSOFT Matthew Fawcett Mike McLaughlin Mark Schaaf Brad Calcutt Daniel Reeves.
Astronomy Outreach using Python Marc Berthoud, Vivian Hoette Yerkes Observatory.
To receive your free valentines voice you have to connect your TomTom device to the TomTom HOME Desktop software:
Computer Science - I Course Introduction Computer Science Department Boston College Hao Jiang.
Fathom – Dynamic Software Deeper understanding and perception of mathematical concepts.
NetLogo: Design and Implementation of a Multi-Agent Modeling Environment Seth Tisue, lead developer Uri Wilensky, author and principal investigator Center.
Overview of STAT 270 Ch 1-9 of Devore + Various Applications.
LogMeIn.com By: Casey Davidson. What is it? Free Web-based VNC Client Remotely control any PC or Mac from anywhere in the world No network configuring.
Decimal Addition What is going on? (carry) (subtract the base)
SQL Reporting Services Overview SSRS includes all the development and management pieces necessary to publish end user reports in  HTML  PDF 
PresentPC August 2009 Erick Engelke Engineering Computing.
CAD Modelling/Drawing. 3D CAD Modelling types - Wireframe  These types of drawings only show the structure of the object drawn.  No other details are.
The “R” Statistical Package Naomi Altman Dept. of Statistics PSU.
 Advantages  Easy to learn  Graphical Advantages  Help and Support  Widely used  Software compatibility  Customisable  Customisable Hardware 
How do you simplify? Simple Complicated.
EPANET FOR PRESSURIZED PIPE SYSTEMS
The iPlant Collaborative Community Cyberinfrastructure for Life Science Tools and Services Workshop Discovery Environment Overview.
Integrating Technology and Marzano’s Six-Step Process for Teaching Academic Vocabulary.
Lets make life easier… Who wants to use a piece of paper to create perfect shapes these days. Kids love using technology.
OPERATING SYSTEMS MAC OS X. Operating Systems : - Windows - Linux - Mac OS X.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Particle Image Velocimetry 2 and Particle Tracking Velocimetry
Troubleshooting Brian Kidney Engr September 22, 2003.
Composer packages Installing and Using Composer, Packagist, Packaging your code Mario Peshev Technical Trainer Software University
Java is an object oriented programming language In this model of programming all entities are objects that have methods and fields Methods perform tasks.
PhET Interactive Simulations University of Colorado AT Boulder.
Human-computer interfaces. Operating systems are software (i.e. programs) used to control the hardware directly used to run the applications software.
Chapter 3 Software for Educators. Operating Systems  Operating Systems contains instructions that coordinate all the activities of the hardware devices,
A Web Laboratory for Visual Interactive Simulation of Epitaxial Growth Feng Liu University of Utah Recently, we have developed a prototype of web laboratory.
Y7 Engineering project Maths Lesson 1. Remember you will be assessed on this work All work to be Done on A4 paper You can add to this project at home.
Perl COEN 351  Thomas Schwarz, S.J Perl Scripting Language Developed by Larry Wall 1987 to speed up system administration tasks. Design principles.
Review Adding Integers: (-5) = = (-7) = =
Pipeline Basics Jared Crossley NRAO NRAO. What is a data pipeline?  One or more programs that perform a task with reduced user interaction.  May be.
Electric Charge LO: To explain voltage in terms of work done by the moving charges Complete the missing words: 1.Electricity is the flow of _____________.
E-learning Some examples of new ICT tools in action - Alan Coop, July 2011.
BlueJ : An Interactive IDE Art Gittleman California State University Long Beach Over 40 Years of Programming and Teaching.
2016/2/9System Arch (Fire Tom Wada)1 SCILAB Glance and demonstration By: Pham Thi Thu Phuong.
SEQUENCES. Introduction The symbols and words of Sequences n is a symbol used all the time in sequences n simply represents a counting number.
windows
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
What Is Trial Balance?. A Presentation of TB Works Software An accounting trial balance software created and designed by an accountant for accounts.
Downloads Best Free Software PC - Filefisher.com
Space Flight Simulator Instructional System
C1300 advanced circular chart recorder
Jonny Clark Owen Richardson Kais Mustafa Kanaan Calley Smith Ian Pike
WordPress “WordPress is a free and open source blog publishing application.” Christina Vasileiou Database management system.
Configuration of Cisco Routers in GNS3
Graphical User Interface
Advanced Phone Gap Application Development Company in India.
Introduction to R.
Predictive distributions
Network monitoring tool.
Ninja Trader: Introduction to data mining in financial applications
PuTTY Download Putty from:
Glance and demonstration
OS Sim (Operating System Concepts Simulator)
Free PPT Templates: Allppt.com
Free PPT Templates: Allppt.com
Basic Concepts of The User Interface
Data Dynamic templates
Free PPT Templates: Allppt.com
Presentation transcript:

R for elementary stats

Is R for the novice? On day 1, students can … download and install R follow simplest commands run complex simulation programs re-run with new parameters and Go to R … understand what they have done!

Is R easy to obtain? Free Easy to download (cran.r-project.org)

Does R help to teach stats? Some examples Time series - fuel consumption example Unbiasedness - theory Modeling - traffic example Graphical Summary - most examples!

Instructor’s Software? Some programming is needed to demo concepts Use R Some programming is needed so students can do stats Use Minitab

Ex 1: A time series

Normal Model Example 2: Unbiasedness n=10

Expo Model n=10

Ex 3: Traffic Accordion Simple Rule Adjust speed to allow 2.5 seconds gap (and add a little noise) Uses only simple models. Go to R …