Related Experiment Video
Updated: Jul 4, 2025

04:35
Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
Published on: July 3, 2020
3.4K
Say farewell to bland regression reporting: Three forest plot variations for visualizing linear models.
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
Summary
This study introduces novel visualizations to present complex regression analysis results. These intuitive plots improve the interpretation and reporting of statistical models in research.
Area of Science:
- Psychology
- Statistics
- Data Visualization
Background:
- Regression analysis is widely used in psychology and other fields.
- Traditional tables for reporting regression coefficients can be difficult to interpret.
- A need exists for more efficient and intuitive methods to visualize regression results.
Purpose of the Study:
- To introduce three novel visualization techniques for reporting regression results.
- To enable the arrangement of numerous regression models within a single plot.
- To offer visually appealing and intuitive alternatives to traditional tables.
Main Methods:
- Demonstrated data transformations required for visualization using real-world and simulated data.
- Utilized open-source R software routines for reproducibility.
- Developed methods for plotting multiple regression models efficiently.
Main Results:
- Successfully created three novel visualization methods for regression results.
- Showcased the ability to display a large number of regression models in a single plot.
- Validated the methods' effectiveness with diverse datasets.
Conclusions:
- The proposed visualizations offer an efficient and intuitive way to report regression results.
- These methods can aid in visual screening during model selection and formal reporting.
- The procedure is fully reproducible and accessible through open-source software.
Related Concept Videos
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

