SOCR Data

From Socr

(Difference between revisions)
Jump to: navigation, search
(added healthcare data section)
(added socr case-studies)
Line 93: Line 93:
* [[SOCR_012708_ID_Data_HotDogs | Hot Dog Calorie and Sodium Dataset]]
* [[SOCR_012708_ID_Data_HotDogs | Hot Dog Calorie and Sodium Dataset]]
* [http://search.datacite.org/ui DataCite DOI Archive for diverse types of datasets]
* [http://search.datacite.org/ui DataCite DOI Archive for diverse types of datasets]
 +
 +
===SOCR Course Data and Case-Studies===
 +
* [https://umich.instructure.com/courses/38100 UMich HS 853, Fall 2015]
 +
** [https://umich.instructure.com/courses/38100/files General Resources]
 +
** [https://umich.instructure.com/courses/38100/files/folder/data Small Datasets]
 +
** [https://umich.instructure.com/courses/38100/files/folder/Case_Studies Biomedical and Health Science Case-Studies]
 +
* [https://umich.instructure.com/courses/90136 UMich HS 853, Fall 2016]
 +
** [https://umich.instructure.com/courses/90136/files General Resources including data, case-studies, lecture notes and code]
 +
* [https://umich.instructure.com/courses/143011/ UMich Data Science and Predictive Analytics (HS 650)]
 +
** [https://umich.instructure.com/courses/143011/files General Resources including data, case-studies, lecture notes and code]
==Machine Interfaces to Downloading [[SOCR Data]]==
==Machine Interfaces to Downloading [[SOCR Data]]==

Revision as of 21:41, 22 October 2016

Contents

SOCR Educational Materials - SOCR Data

The links below contain a number of datasets that may be used for demonstration purposes in probability and statistics education. There are two types of data - simulated (computer-generated using random sampling) and observed (research, observationally or experimentally acquired).

SOCR Data

Simulated data

The SOCR resources provide a number of mechanisms to simulate data using computer random-number generators. Here are some of the most commonly used SOCR generators of simulated data:

Observed data

The following collections include a number of real observed datasets from different disciplines, acquired using different techniques and applicable in different situations.

Climate Change Data

Population Data

Economic, Business and Stock Market Data

Consumer Price Index (CPI)

Stock Market Data

Monetary-Base Data

Budgets and Deficits Data

Sector Data, Population Perception Trends data

World Peace

Neuroimaging Data

Biomedical Data

Healthcare and Health Science Data

US Census Data

US Elections Data

Other Data

SOCR Course Data and Case-Studies

Machine Interfaces to Downloading SOCR Data

In addition to human interactions with the SOCR Data, we provide several machine interfaces to consume and process these data.

  • SOCR Data can be copy pasted directly from the Wiki HTML pages into any of the SOCR Java applets.
  • SOCR Data can also be loaded into an R computational environment automatically using the protocol below illustrated with the case of a Parkinson's Disease dataset:
library(rvest)
# Loading required package: xml2

wiki_url <- read_html("http://wiki.socr.umich.edu/index.php/SOCR_Data_PD_BiomedBigMetadata")
html_nodes(wiki_url, "#content")

pd_data <- html_table(html_nodes(wiki_url,"table")[[1]])
head(pd_data); summary(pd_data)



Translate this page:

(default)

Deutsch

Español

Français

Italiano

Português

日本語

България

الامارات العربية المتحدة

Suomi

इस भाषा में

Norge

한국어

中文

繁体中文

Русский

Nederlands

Ελληνικά

Hrvatska

Česká republika

Danmark

Polska

România

Sverige

Personal tools