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

Mechanistic Models: Compartment Models in Individual and Population Analysis01:23

Mechanistic Models: Compartment Models in Individual and Population Analysis

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 squares (OLS)...
Prediction Intervals01:03

Prediction Intervals

The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y. 
The...
Randomized Experiments01:13

Randomized Experiments

The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
Random Variables01:09

Random Variables

A random variable is a single numerical value that indicates the outcome of a procedure. The concept of random variables is fundamental to the probability theory and was introduced by a Russian mathematician, Pafnuty Chebyshev, in the mid-nineteenth century.
Uppercase letters such as X or Y denote a random variable. Lowercase letters like x or y denote the value of a random variable. If X is a random variable, then X is written in words, and x is given as a number.
For example, let X = the...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

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...
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...

You might also read

Related Articles

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

Sort by
Same author

Complete mitochondrial genome of <i>Devario shanensis</i> (Cypriniformes: Danionidae: Danioninae): genome characterization and phylogenetic consideration.

Mitochondrial DNA. Part B, Resources·2024
Same author

Paediatric Drug Development in China: Current Status and Future Prospects.

Paediatric drugs·2024
Same author

Association between exposure to metalworking fluid aerosols, occupational noise and chronic kidney disease: a cross-sectional study in China.

BMC public health·2024
Same author

Quality assessment of paediatric randomized controlled trials published in China from 1999 to 2022: a cross-sectional study.

BMC pediatrics·2024
Same author

Identification and characterization of a chondroitinase ABC with a novel carbohydrate-binding module.

International journal of biological macromolecules·2024
Same author

Kaempferol attenuates particle-induced osteogenic impairment by regulating ER stress via the IRE1α-XBP1s pathway.

The Journal of biological chemistry·2024
Same journal

OpenIMC: an open-source platform for analyzing single-cell and spatial proteomics by imaging mass cytometry.

BMC bioinformatics·2026
Same journal

NAP: an open source pipeline for cross-domain microbiome profiling using Nanopore sequencing-derived amplicon data.

BMC bioinformatics·2026
Same journal

SurvGME: an R package for survival analysis with graphical and measurement error models.

BMC bioinformatics·2026
Same journal

SimMapNet: a Bayesian framework for gene regulatory network inference using gene ontology similarities as external hint.

BMC bioinformatics·2026
Same journal

Dual channel drug-drug interactions extraction based on cross attention.

BMC bioinformatics·2026
Same journal

FeSseqdb: a curated sequence-level database and interpretable machine learning framework for identifying iron-sulfur proteins.

BMC bioinformatics·2026
See all related articles

Related Experiment Videos

Random generalized linear model: a highly accurate and interpretable ensemble predictor.

Lin Song1, Peter Langfelder, Steve Horvath

  • 1Human Genetics, David Geffen School of Medicine, University of California, Los Angeles, California, USA.

BMC Bioinformatics
|January 18, 2013
PubMed
Summary
This summary is machine-generated.

A new random generalized linear model (RGLM) predictor combines high accuracy with interpretability, outperforming methods like random forests. This approach offers valuable variable importance measures for building effective, interpretable models.

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Statistical Modeling
  • Bioinformatics

Background:

  • Ensemble predictors like random forests offer high accuracy but lack interpretability.
  • Generalized linear models (GLMs) are interpretable but prone to overfitting and low accuracy with forward selection.
  • Combining ensemble accuracy with GLM interpretability is a key research challenge.

Purpose of the Study:

  • To develop and evaluate a novel predictor that integrates the strengths of ensemble methods and GLMs.
  • To address the limitations of existing GLM-based ensemble predictors.
  • To provide a highly accurate and interpretable modeling approach.

Main Methods:

  • A novel bootstrap aggregated (bagged) GLM predictor, termed random generalized linear model (RGLM), was developed.
  • RGLM incorporates randomness and instability through methods like random subspace and forward variable selection.
  • Evaluations were conducted using extensive genomic datasets, UCI machine learning benchmarks, and simulations.

Main Results:

  • The RGLM predictor frequently outperformed alternative methods, including random forests and penalized regression models.
  • RGLM provides robust variable importance measures.
  • A "thinned" ensemble predictor derived from RGLM maintained excellent predictive accuracy with fewer features.

Conclusions:

  • RGLM offers a state-of-the-art prediction method combining high accuracy and interpretability.
  • It provides feature importance and out-of-bag estimates similar to random forests.
  • The RGLM methodology is available in the open-source R software package randomGLM.