Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Multiple Regression01:25

Multiple Regression

4.0K
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...
4.0K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

9.5K
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...
9.5K
Regression Analysis01:11

Regression Analysis

8.5K
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:
8.5K
Microsoft Excel: Regression Analysis01:18

Microsoft Excel: Regression Analysis

1.6K
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
1.6K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

352
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
352
Mechanistic Models: Compartment Models in Individual and Population Analysis01:23

Mechanistic Models: Compartment Models in Individual and Population Analysis

285
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least...
285

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Prof Stephen P. Long, FRS (1950-2025).

Global change biology·2025
Same author

Insights on the evolution and adaptation toward high-altitude and cold environments in the snow leopard lineage.

Science advances·2025
Same author

Temporal Activity Patterns of Sympatric Species in the Temperate Coniferous Forests of the Eastern Qinghai-Tibet Plateau.

Animals : an open access journal from MDPI·2023
Same author

Effects of climate and human activity on the current distribution of amphibians in China.

Conservation biology : the journal of the Society for Conservation Biology·2022
Same author

Changes in the Habitat Preference of Crested Ibis (<i>Nipponia nippon</i>) during a Period of Rapid Population Increase.

Animals : an open access journal from MDPI·2021
Same author

Effects of anthropogenic landscapes on population maintenance of waterbirds.

Conservation biology : the journal of the Society for Conservation Biology·2021

Related Experiment Video

Updated: Feb 17, 2026

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

3.8K

Best Practices for Developing Linear Models With Multiple Explanatory Variables.

Baidu Li1, Xinhai Li2,3

  • 1Biomedical Engineering School of Graduate Studies University of Toronto Toronto Ontario Canada.

Advanced Genetics (Hoboken, N.J.)
|February 16, 2026
PubMed
Summary

This study outlines best practices for developing linear models with many variables and moderate sample sizes. It emphasizes including interaction terms and using advanced methods like random forest and shrinkage for robust model selection and fitting.

Keywords:
interaction termmachine learningmodel selectionquadratic termshrinkage methods

More Related Videos

Using Cholesky Decomposition to Explore Individual Differences in Longitudinal Relations between Reading Skills
06:52

Using Cholesky Decomposition to Explore Individual Differences in Longitudinal Relations between Reading Skills

Published on: September 17, 2019

6.8K
The Innovation Arena: A Method for Comparing Innovative Problem-Solving Across Groups
14:14

The Innovation Arena: A Method for Comparing Innovative Problem-Solving Across Groups

Published on: May 13, 2022

6.4K

Related Experiment Videos

Last Updated: Feb 17, 2026

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach
04:35

Development of an Individual-Tree Basal Area Increment Model using a Linear Mixed-Effects Approach

Published on: July 3, 2020

3.8K
Using Cholesky Decomposition to Explore Individual Differences in Longitudinal Relations between Reading Skills
06:52

Using Cholesky Decomposition to Explore Individual Differences in Longitudinal Relations between Reading Skills

Published on: September 17, 2019

6.8K
The Innovation Arena: A Method for Comparing Innovative Problem-Solving Across Groups
14:14

The Innovation Arena: A Method for Comparing Innovative Problem-Solving Across Groups

Published on: May 13, 2022

6.4K

Area of Science:

  • Statistics
  • Computational Biology
  • Data Science

Background:

  • Linear models are fundamental statistical tools, but advanced methods are needed for large datasets.
  • Handling numerous explanatory variables with moderate sample sizes presents unique challenges.
  • Classic literature often overlooks crucial elements like two-way interactions and quadratic terms.

Purpose of the Study:

  • To provide best practices for linear model selection with many predictors and moderate sample sizes.
  • To highlight the importance of interaction and quadratic terms in linear modeling.
  • To present a systematic approach for developing reliable linear models, including R code.

Main Methods:

  • Variable screening using random forest.
  • Subset selection techniques like stepwise regression.
  • Model selection criteria (AIC, BIC, adjusted R², Mallows' Cp) and cross-validation.
  • Shrinkage methods (lasso, ridge regression) and dimension reduction (PCR, PLS).

Main Results:

  • Random forest is effective for initial variable screening in high-dimensional data.
  • Shrinkage and dimension reduction techniques enhance model fitting and management.
  • A systematic approach combining various methods leads to robust linear model development.

Conclusions:

  • Best practices for linear model selection involve considering interactions and using advanced techniques.
  • Random forest, stepwise regression, shrinkage, and dimension reduction are key tools.
  • The provided R code facilitates a systematic approach to building effective linear models.