对平淡的回归报告说再见:用于可视化线性模型的三种森林地块变化.
Jonathan Fries1, Sandra Oberleiter1, Jakob Pietschnig1
1Department of Developmental and Educational Psychology, Faculty of Psychology, University of Vienna, Vienna, Austria.
PloS one
|February 2, 2024
概括
本研究引入了新的可视化,以呈现复杂的回归分析结果. 这些直观的图表改善了研究中的统计模型的解释和报告.
科学领域:
- 心理学 心理学 心理学
- 统计 统计 统计 统计
- 数据可视化 数据可视化
背景情况:
- 回归分析在心理学和其他领域被广泛使用.
- 报告回归系数的传统表格可能难以解释.
- 需要更有效,更直观的方法来可视化回归结果.
研究的目的:
- 为报告回归结果引入三种新的可视化技术.
- 为了使多个回归模型可以在一个图中排列.
- 为传统桌子提供视觉上有吸引力和直观的替代品.
主要方法:
- 使用现实世界和模拟数据进行可视化所需的数据转换演示.
- 为了可重复性,利用开源的R软件程序.
- 开发了有效地绘制多重回归模型的方法.
主要成果:
- 成功创建了三种用于回归结果的新可视化方法.
- 展示了在单个图表中显示大量回归模型的能力.
- 用不同的数据集验证了方法的有效性.
结论:
- 拟议的可视化提供了一种高效和直观的方法来报告回归结果.
- 这些方法可以帮助在模型选择和正式报告期间进行视觉选.
- 该程序是完全可复制和通过开源软件可访问的.
相关概念视频
Residual Plots
4.6K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.6K
Scatter Plot
6.9K
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
6.9K
Plotting of Topographic Maps
47
Topographic maps represent the Earth's surface features using contour lines, which connect points of equal elevation to create a two-dimensional representation of three-dimensional terrain. Creating a topographic map requires a systematic approach.Begin by plotting a scaled grid and marking intersections corresponding to the survey's elevation data points. Assign elevation values at these intersections to build the base map. Next, determine contour levels using a consistent contour interval,...
47
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Survival Tree
86
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
86
Modified Boxplots
9.7K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
9.7K


