Related Experiment Video
Updated: Dec 30, 2025

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
Published on: July 3, 2020
Modelling monotonic effects of ordinal predictors in Bayesian regression models
Paul-Christian Bürkner1, Emmanuel Charpentier2
1Department of Computer Science, Aalto University, Finland.
This study introduces a novel method for modeling ordinal predictors in regression, ensuring monotonic effects for better accuracy. The approach, implemented in R package brms, offers improved inference and predictions by correctly handling ordinal data.
Area of Science:
- Statistics
- Regression Analysis
- Computational Statistics
Background:
- Ordinal predictors are frequently misused in regression, treated as nominal or metric.
- This incorrect handling leads to suboptimal inference and predictions.
- Existing methods may not fully capture the nuanced information within ordinal predictors.
Purpose of the Study:
- To propose a new method for modeling ordinal predictors with monotonic effects.
- To provide a robust framework for analyzing ordinal data that respects its inherent order.
- To improve the accuracy of statistical inference and predictions from regression models.
Main Methods:
- A novel parameterization for monotonic effects using a scale parameter (b) and a simplex parameter.
- Generalization of the method to include interaction terms and multilevel structures.
- Bayesian estimation using Stan, implemented in the R package brms.
Main Results:
- Simulation studies demonstrate the model is well-calibrated.
- The proposed method shows competitive or superior predictive performance when monotonicity is present.
- The Bayesian framework allows for prior incorporation and monotonicity assumption checking.
Conclusions:
- The new method effectively models monotonic effects of ordinal predictors.
- It offers a significant improvement over treating ordinal predictors as nominal or metric.
- The R package brms makes Bayesian estimation of monotonic effects accessible.
Related Concept Videos
Ordinal Level of Measurement
Data measured using an ordinal scale are similar to nominal scale data, but there is one major difference. The ordinal scale data can be ordered. An example of ordinal scale data is a list of the top five national parks...
Friedman Two-way Analysis of Variance by Ranks
Ranks
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Truncation in Survival Analysis
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...

