SOCR Data

From Socr

(Difference between revisions)
Jump to: navigation, search
(World Peace: added SOCR_Data_WealthOfNations_1800_2009)
(Machine Interfaces to Downloading SOCR Data)
(5 intermediate revisions not shown)
Line 60: Line 60:
=== Biomedical Data===
=== Biomedical Data===
 +
* [[SOCR_Data_PD_BiomedBigMetadata|Human Health: Predictive Big Data Analytics, Modeling and Visualization of Clinical, Genetic and Imaging Data for Parkinson’s Disease]]
 +
* [[SOCR_Data_AMI_NY_1993_HeartAttacks| 1993 New York State Heart Attack Patients: Acute Myocardial Infarction (AMI), N=12,844]]
 +
* [[SOCR_Data_AD_BiomedBigMetadata|Human Health: Modeling and Analysis of Clinical, Genetic and Imaging Data of Alzheimer’s Disease]]
* [[SOCR_Data_Dinov_032708_AllometricPlanRels | Allometric  relationship between population density, body mass and metabolic activity in Plants]]
* [[SOCR_Data_Dinov_032708_AllometricPlanRels | Allometric  relationship between population density, body mass and metabolic activity in Plants]]
* [[SOCR_Data_052511_IrisSepalPetalClasses | Fisher's multivariate dataset on iris sepal and petal length]]
* [[SOCR_Data_052511_IrisSepalPetalClasses | Fisher's multivariate dataset on iris sepal and petal length]]
Line 86: Line 89:
* [[SOCR_061708_NC_Data_Aquifer | Texas Wolfcamp aquifer data]]
* [[SOCR_061708_NC_Data_Aquifer | Texas Wolfcamp aquifer data]]
* [[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]
 +
 +
==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 [http://socr.umich.edu/html/ana/ 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 [[SOCR_Data_PD_BiomedBigMetadata|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")<math>[[1]]</math>)
 +
head(pd_data); summary(pd_data)
<hr>
<hr>

Revision as of 21:41, 5 December 2015

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

US Census Data

US Elections Data

Other Data

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