Related Experiment Video
Updated: Aug 6, 2026

04:35
Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
Published on: July 3, 2020
varGuid: R and Python Implementations of Variance-Guided Regression for Robust Effect-Size Estimation in Linear
Sibei Liu1, Zihao Wang1, Min Lu1
1Division of Biostatistics, Department of Public Health Sciences, University of Miami Miller School of Medicine, Miami, FL, USA.
Applied Psychological Measurement
|July 23, 2026
Summary
Variance-guided regression offers improved statistical efficiency for linear models when outcome variance changes. New R and Python packages (varGuid, varguid) provide accessible tools for this robust analysis in measurement research.
Area of Science:
- Statistics
- Psychometrics
- Data Analysis
Background:
- Linear regression and ANOVA are standard in psychological measurement.
- Heteroscedasticity (changing outcome variance) can reduce statistical efficiency and compromise inference.
- Existing methods may struggle when variance is not constant across groups or covariates.
Purpose of the Study:
- Introduce varGuid (R) and varguid (Python) for variance-guided regression.
- Provide open-source implementations for robust linear modeling.
- Enhance statistical efficiency and inference under heteroscedasticity.
Main Methods:
- Variance-guided regression estimates a covariate-dependent mean-variance relationship.
- Iterative reweighting adjusts the original mean model.
- Uses iteratively reweighted least squares or lasso for analysis.
- Retains original design matrix and outcome scale for comparable coefficients.
Main Results:
- The method improves upon the homoscedastic baseline when variance depends on covariates.
- Regression coefficients and ANOVA contrasts remain directly comparable to conventional estimates.
- Provides baseline and variance-guided predictions and heteroscedasticity-consistent summaries.
Conclusions:
- varGuid and varguid offer accessible tools for variance-guided regression.
- These packages are valuable for measurement research where homogeneity of variance is uncertain.
- The approach enhances robustness by relaxing the homoscedasticity assumption.
Related Concept Videos
Variance
The deviations show how spread out the data are about the mean. A positive deviation occurs when the data value exceeds the mean, whereas a negative deviation occurs when the data value is less than the mean. If the deviations are added, the sum is always zero. So one cannot simply add the deviations to get the data spread. By squaring the deviations, the numbers are made positive; thus, their sum will also be positive.The standard deviation measures the spread in the same units as the data.
Regression Toward the Mean
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when researchers try to extrapolate results...
Variation
An important characteristic of any set of data is the variation in the data. In some data sets, the data values are concentrated closely near the mean; in other data sets, the data values are more widely spread out from the mean. The most common measure of variation, or spread, is the standard deviation, which is the square root of variance.
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
Variability: Analysis
Measures of variability are statistical metrics that reveal the dispersion pattern within a dataset. They are pivotal in biostatistics, providing insights into the heterogeneity within health and biological data. Variability signifies the degree to which data points diverge from one another, helping researchers understand the potential range of values and associated uncertainty within the data.
The range is a simple measure of variability, indicating the difference between the highest and...
The range is a simple measure of variability, indicating the difference between the highest and...
Estimating Population Standard Deviation
When the population standard deviation is unknown and the sample size is large, the sample standard deviation s is commonly used as a point estimate of σ. However, it can sometimes under or overestimate the population standard deviation. To overcome this drawback, confidence intervals are determined to estimate population parameters and eliminate any calculation bias accurately. However, this only applies to random samples from normally distributed populations. Knowing the sample mean and...
Regression Analysis
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
