Updating search results...

Search Resources

391 Results

View
Selected filters:
  • statistics
Introductory Statistics, 3rd Edition
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Adapted from the OpenStax Textbook for the College of Lake County's Introductory Statistics course (Susan Dean and Barbara Illowsky (Published 2013 by OpenStax College)).

Subject:
Mathematics
Material Type:
Textbook
Provider:
College of Lake County
Author:
Mark Beintama
Natalia Casper
Date Added:
01/08/2021
Introductory Statistics with Randomization and Simulation First Edition
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

We hope readers will take away three ideas from this book in addition to forming a foundation of statistical thinking and methods.

(1) Statistics is an applied field with a wide range of practical applications.

(2) You don't have to be a math guru to learn from interesting, real data.

(3) Data are messy, and statistical tools are imperfect. However, when you understand the strengths and weaknesses of these tools, you can use them to learn interesting things about the world.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Provider:
OpenIntro
Author:
Christopher Barr
David Diez
Mine Çetinkaya-Runde
Date Added:
11/26/2018
Intro to Calculating Confidence Intervals
Unrestricted Use
CC BY
Rating
0.0 stars

This video will introduce how to calculate confidence intervals around effect sizes using the MBESS package in R. All materials shown in the video, as well as content from our other videos, can be found here: https://osf.io/7gqsi/

Subject:
Applied Science
Computer Science
Information Science
Material Type:
Lecture
Provider:
Center for Open Science
Author:
Center for Open Science
Date Added:
08/07/2020
An Intuitive, Interactive, Introduction to Biostatistics
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

"An Intuitive, Interactive Introduction to Biostatistics" is an introductory statistics textbook oriented towards towards undergraduate students in the health sciences. While covering the breadth of material typically presented in a first semester statistics course, including introductions to probability and distributions, study design, CLT, hypothesis testing, and inference, IIIB distinguishes itself with its focus on cultivating student intuition through the use of guided questions and interactive simulation-based applets. Written in R, this open-source text has been created with customizability in mind, offering instructors maximal flexibility in arranging and modifying the content.

Subject:
Applied Science
Biology
Health, Medicine and Nursing
Life Science
Mathematics
Statistics and Probability
Material Type:
Textbook
Provider:
University of Iowa
Provider Set:
Iowa Research Online
Author:
Caitlin E Ward
Collin Nolte
Date Added:
04/06/2023
Inventing and Testing Models: Using Model-Eliciting Activities
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

By Joan Garfield, Robert delMas and Andrew Zieffler, University of Minnesota What are Model-Eliciting Activities? Model-Eliciting Activities (MEAs) are activities that encourage students to invent and test models. ...

Subject:
Mathematics
Material Type:
Teaching/Learning Strategy
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Author:
Andrew Zieffler
Date Added:
11/06/2014
Investing for Retirement
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Spreadsheets Across the Curriculum module. Students use the Compound Interest Equation and an annuity equation to calculate the growth of investments over time.

Subject:
Economics
Mathematics
Social Science
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Author:
Joseph Meyinsse
Date Added:
11/06/2014
Judging Airlines
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This model-eliciting activity (MEA) challenges students to develop ideas about center and variability when making decisions based on data. Students examine data on departure delays for five airlines flying out of the Chicago O'Hare airport. The task is to develop a model to determine which airline has the best chance of departing on time. Students write a report that identifies the best airline and the reasoning behind their decision.

Subject:
Mathematics
Material Type:
Activity/Lab
Assessment
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Measuring Study Effectiveness
Date Added:
08/28/2012
Judging Randomness
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This model-eliciting activity has students create rules to allow them to judge whether or not the shuffle feature on a particular iPod appears to produce randomly generated playlists. Because people's intuitions about random events and randomly generated data are often incorrect or misleading, this activity initially focuses students' attention on describing characteristics of 25 playlists that were randomly generated. Students then use these characteristics to come up with rules for judging whether a playlist does NOT appear to be randomly generated. Students test and revise their rules (model) using five additional playlsits. Then, they apply their model to three particular playlists that have been submitted to Apple by an unhappy iPod owner who claims the shuffle feature on his iPod is not generating random playlists. In the final part of the activity, students write a letter to the ipod owner, on behalf of Apple, explaining the use of their model and their final conclusion about whether these three suspicious playlists appear to have been randomly generated.This lesson provides an introduction to the fundamental ideas of randomness, random sequences and random samples.

Subject:
Mathematics
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Measuring Study Effectiveness
Date Added:
08/28/2012
Judging a Paper Airplane Contest
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This model-eliciting activity has students determine how to create a fair judging scheme for a paper airplane contest while considering both the most accurate paper airplane and the best floater. Students are given a sample of data that includes multiple flights of paper airplanes by three different pilots. Each team writes a report describing how their judging scheme can be implemented by the judges of the contest. This activity could serve as an introduction to ideas of central tendency and variability. It can also set the stage for understanding the correspondence between data sets and their graphical representations. Alternatively, the activity could be the basis for student introduction to analysis of variance.

Subject:
Mathematics
Material Type:
Activity/Lab
Assessment
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Measuring Study Effectiveness
Date Added:
08/28/2012
Jupyter notebooks and videos for teaching Python for Data Science
Unrestricted Use
CC BY
Rating
0.0 stars

This curriculum was designed for high school students with no prior coding experience who are interested in learning Python programming for data science. However, this course material would be useful for anyone interested in teaching or learning basic programming for data analysis.

The curriculum features short lessons to deliver course material in “bite sized” chunks, followed by practices to solidify the learners' understanding. Pre-recorded videos of lessons enable effective virtual learning and flipped classroom approaches.

The learning objectives of this curriculum are:

1. Write code in Python with correct syntax and following best practices.
2. Implement fundamental programming concepts when presented with a programmatic problem set.
3. Apply data analysis to real world data to answer scientific questions.
4. Create informative summary statistics and data visualizations in Python.
5. These skills provide a solid foundation for basic data analysis in Python. Participation in our program exposes students to the many ways coding and data science can be impactful across many disciplines.

Our curriculum design consists of 27 lessons broken up into 5 modules that cover Jupyter notebook setup, Python coding fundamentals, use of essential data science packages including pandas and numpy, basic statistical analyses, and plotting using seaborn and matplotlib. Each lesson consists of a lesson notebook, used for teaching the concept via live coding, and a practice notebook containing similar exercises for the student to complete on their own following the lesson. Each lesson builds on those before it, beginning with relevant content reminders from the previous lessons and ending with a concise summary of the skills presented within.

Subject:
Applied Science
Computer Science
Mathematics
Statistics and Probability
Material Type:
Activity/Lab
Full Course
Homework/Assignment
Lesson Plan
Author:
Alana Woloshin
April Kriebel
Audrey C. Drotos
Brooke N. Wolford
Gabrielle A. Dotson
Hayley Falk
Katherine L. Furman
Kelly L. Sovacool
Logan A. Walker
Lucy Meng
Marlena Duda
Morgan Oneka
Negar Farzaneh
Rucheng Diao
Sarah E. Haynes
Stephanie N. Thiede
Vy Kim Nguyen
Zena Lapp
Date Added:
12/06/2021
Lab in Psycholinguistics
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Hands-on experience designing, conducting, analyzing, and presenting experiments on the structure and processing of human language. Focuses on constructing, conducting, analyzing, and presenting an original and independent experimental project of publishable quality. Develops skills in reading and writing scientific research reports in cognitive science, including evaluating the methods section of a published paper, reading and understanding graphical displays and statistical claims about data, and evaluating theoretical claims based on experimental data. Instruction and practice in oral and written communication provided.

Subject:
Arts and Humanities
Life Science
Linguistics
Social Science
Material Type:
Full Course
Provider Set:
MIT OpenCourseWare
Author:
Gibson, Edward
Date Added:
02/01/2017
Learning Statistics with JASP
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Learning Statistics with JASP is a free textbook covering the basics of statistical inference for beginners in psychology and related applied disciplines. It uses the free software package JASP. Written in a lively, conversational style, it provides the reader with a perfect balance of readability and rigor, and gives students a modern view of statistical inference in the psychological and behavioral sciences.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Author:
Danielle J. Navarro
David R. Foxcroft
Thomas J. Faulkenberry
Date Added:
12/22/2021
Learning Statistics with R
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

The book is associated with the lsr package on CRAN and GitHub. The package is probably okay for many introductory teaching purposes, but some care is required. The package does have some limitations (e.g., the etaSquared function does strange things for unbalanced ANOVA designs), and it has not been updated in a while.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Author:
Danielle Navarro
Date Added:
06/23/2020
Learning statistics with jamovi
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This textbook covers the contents of an introductory statistics class, as typically taught to undergraduate psychology, health or social science students. The book covers how to get started in jamovi as well as giving an introduction to data manipulation. From a statistical perspective, the book discusses descriptive statistics and graphing first, followed by chapters on probability theory, sampling and estimation, and null hypothesis testing. After introducing the theory, the book covers the analysis of contingency tables, correlation, t-tests, regression, ANOVA and factor analysis. Bayesian statistics are touched on at the end of the book.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Author:
Danielle J Navarro
David R Foxcroft
Date Added:
03/21/2023
Lecture 10: Probability and Statistics for Computer Science - "Relationships Between Variables"
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Lecture for the course "CS 217 – Probability and Statistics for Computer Science" delivered at the City College of New York in Spring 2019 by Evan Agovino as part of the Tech-in-Residence Corps program.

Subject:
Applied Science
Computer Science
Material Type:
Lecture
Lecture Notes
Lesson Plan
Provider:
CUNY Academic Works
Provider Set:
City College of New York
Author:
Evan Agovino
Nyc Tech-in-residence Corps
Date Added:
05/06/2020
Lecture 11: Probability and Statistics for Computer Science - "Linear Regression"
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Lecture for the course "CS 217 – Probability and Statistics for Computer Science" delivered at the City College of New York in Spring 2019 by Evan Agovino as part of the Tech-in-Residence Corps program.

Subject:
Applied Science
Computer Science
Material Type:
Lecture
Lecture Notes
Lesson Plan
Provider:
CUNY Academic Works
Provider Set:
City College of New York
Author:
Evan Agovino
Nyc Tech-in-residence Corps
Date Added:
05/06/2020
Lecture 1: Probability and Statistics for Computer Science
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Lecture for the course "CS 217 – Probability and Statistics for Computer Science" delivered at the City College of New York in Spring 2019 by Evan Agovino as part of the Tech-in-Residence Corps program.

Subject:
Applied Science
Computer Science
Material Type:
Lecture
Lecture Notes
Lesson Plan
Provider:
CUNY Academic Works
Provider Set:
City College of New York
Author:
Evan Agovino
Nyc Tech-in-residence Corps
Date Added:
05/06/2020
Lecture 2: Probability and Statistics for Computer Science - "Descriptive Stats"
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Lecture for the course "CS 217 – Probability and Statistics for Computer Science" delivered at the City College of New York in Spring 2019 by Evan Agovino as part of the Tech-in-Residence Corps program.

Subject:
Applied Science
Computer Science
Material Type:
Lecture
Lecture Notes
Lesson Plan
Provider:
CUNY Academic Works
Provider Set:
City College of New York
Author:
Agovino Evan
Cuny City College
Evan Agovino
Nyc Tech-in-residence Corps
Date Added:
05/06/2020
Lecture 3: Probabiity and Statistics for Computer Science - "Basic Probability, Part One"
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Lecture for the course "CS 217 – Probability and Statistics for Computer Science" delivered at the City College of New York in Spring 2019 by Evan Agovino as part of the Tech-in-Residence Corps program.

Subject:
Applied Science
Computer Science
Material Type:
Lecture
Lecture Notes
Lesson Plan
Provider:
CUNY Academic Works
Provider Set:
City College of New York
Author:
Evan Agovino
Nyc Tech-in-residence Corps
Date Added:
05/06/2020