相关实验视频
Updated: Jun 4, 2025

06:57
Pavlovian Conditioned Approach Training in Rats
Published on: February 4, 2016
10.9K
导航贝叶斯迷宫:心理学家的贝叶斯统计指南,使用R代码的实践教程
Udi Alter1, Miranda A Too1, Robert A Cribbie1
1Department of Psychology, York University, Toronto, ON, Canada.
概括
本教程为心理学研究人员介绍贝叶斯统计学,并解释其与频率主义方法相比的优势. 它提供了实用示例和R代码,用于将贝叶斯分析应用于真实数据.
科学领域:
- 心理学 心理学 心理学
- 统计 统计 统计 统计
背景情况:
- 贝叶斯统计学在社会科学,特别是心理学中越来越受欢迎.
- 许多心理学研究人员对贝叶斯方法及其益处并不熟悉.
研究的目的:
- 介绍贝叶斯分析作为应用心理学研究人员的可访问和强大的工具.
- 用实用的插图来比较贝叶斯式和频率主义方法.
主要方法:
- 贝叶斯核心概念的解释:贝叶斯定理,概率,前后分布,MCMC方法.
- 贝叶斯和频率主义数据分析的比较,使用心理学研究的例子.
- 提供R代码和解释结果的指导.
主要成果:
- 对真实心理数据应用贝叶斯分析的演示.
- 清晰地解释参数估计和可信的间隔.
- 强调实用意义和可行的建议.
结论:
- 贝叶斯统计为心理学研究提供了有价值和可访问的框架.
- 本教程为研究人员提供了有效实施贝叶斯方法的知识和工具.
相关概念视频
Biostatistics: Overview
220
Biostatistics plays a crucial role in understanding and analyzing data in healthcare and biology. Biostatisticians conduct experiments, gather evidence, and draw meaningful conclusions using statistical methods and techniques. Different variables form the foundation of biostatistical analysis, allowing researchers to understand and interpret data effectively. These variables are classified into different types, each serving a specific purpose in statistical analysis.
Discrete variables are...
Discrete variables are...
220
Statistical Analysis: Overview
6.1K
When we take repeated measurements on the same or replicated samples, we will observe inconsistencies in the magnitude. These inconsistencies are called errors. To categorize and characterize these results and their errors, the researcher can use statistical analysis to determine the quality of the measurements and/or suitability of the methods.
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
6.1K
Statistical Hypothesis Testing
1.9K
Hypothesis testing is a critical statistical procedure facilitating informed, evidence-based decisions. It begins with a hypothesis, which is a tentative explanation, or a prediction about a population parameter. This hypothesis can be either a null hypothesis (H0), indicating no effect or difference, or an alternative hypothesis (Ha), suggesting an effect or difference.
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
1.9K
Introduction to R
232
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
232
Introduction To Survival Analysis
180
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
The primary goal of survival analysis is to estimate survival time—the time...
180
Introduction to Nonparametric Statistics
660
Nonparametric statistics offer a powerful alternative to traditional parametric methods, useful when assumptions about the population distribution cannot be made. Unlike parametric tests, which require data to follow a specific distribution with well-defined parameters (such as the mean and standard deviation), nonparametric tests do not require such constraints. This makes them particularly valuable when dealing with small sample sizes, skewed data, or ordinal and categorical variables.
One of...
One of...
660

