Related Experiment Video
Updated: Jul 4, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
An R package to compute commonality coefficients in the multiple regression case: an introduction to the package and
Kim Nimon1, Mitzi Lewis, Richard Kane
1Southern Methodist University, Dallas, Texas, USA. kim.nimon@gmail.com
Behavior Research Methods
|June 5, 2008
Summary
This study introduces an R program to simplify commonality analysis for researchers. It automates calculations for correlated predictors in multiple regression, making complex data interpretation more accessible.
Area of Science:
- Social and behavioral sciences
- Statistical analysis
- Psychometrics
Background:
- Multiple regression is a common statistical technique.
- Interpreting regression with correlated predictors is complex.
- Commonality analysis quantifies variance explained by predictors.
Purpose of the Study:
- To develop an automated program for commonality analysis.
- To simplify the computation of commonality coefficients.
- To enhance accessibility of commonality analysis for researchers.
Main Methods:
- Developed a program using the R statistical package.
- Automated the calculation of unique and common variance elements.
- Utilized a heuristic example from the Holzinger and Swineford (1939) study.
Main Results:
- The program successfully automates commonality analysis.
- Provides accessible computation of commonality coefficients.
- Demonstrates utility with a real-world dataset.
Conclusions:
- The R program facilitates complex regression interpretation.
- Increases the practical application of commonality analysis.
- Supports researchers in understanding predictor variance.
Related Concept Videos
Multiple Regression
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
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...
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...
Statistical Methods to Analyze Parametric Data: ANOVA
Analysis of Variance, or ANOVA, is a powerful statistical technique used to analyze parametric data, primarily in research and experimental studies. It's designed to compare the means of two or more groups, assisting researchers in identifying any significant differences between these group means. There are two main types of ANOVA based on the complexity of the analysis: one-way and two-way.
One-way ANOVA is applied when a single independent variable or factor is scrutinized. It compares the...
One-way ANOVA is applied when a single independent variable or factor is scrutinized. It compares the...
Comparing the Survival Analysis of Two or More Groups
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and Cox...
Introduction To Survival Analysis
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 until a...
The primary goal of survival analysis is to estimate survival time—the time until a...
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:
Coefficient of Correlation
The correlation coefficient, r, developed by Karl Pearson in the early 1900s, is numerical and provides a measure of strength and direction of the linear association between the independent variable x and the dependent variable y.
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the strength of the linear...
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the strength of the linear...
