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

Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's functionality,...
Response Surface Methodology01:16

Response Surface Methodology

Response Surface Methodology (RSM) is a collection of statistical and mathematical techniques used to develop, improve, and optimize processes. It is particularly valuable when many input variables or factors potentially influence a response variable.
The process of RSM involves several key steps:
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This number is...
The R Chart01:02

The R Chart

In statistical process control, control charts, particularly R charts, are instrumental in monitoring process variations and identifying non-random patterns that run charts might miss. R charts track the variability within process subgroups, which is crucial when standard deviation use is impractical or unknown process variations exist.
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum values—of a sample...
Friedman Two-way Analysis of Variance by Ranks01:21

Friedman Two-way Analysis of Variance by Ranks

Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures from...

You might also read

Related Articles

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

Sort by
Same author

Continuous glucose monitoring for prediabetes classification in a large real-world cohort: Comparison with HbA1c and fasting plasma glucose.

Diabetes research and clinical practice·2026
Same author

A new species of <i>Laophontella</i> Thompson IC & Scott A, 1903 (Copepoda, Harpacticoida, Tetragonicipitidae) from Korea, with notes on copepodid V stage.

ZooKeys·2026
Same author

Full-spectrum EEM end-member unmixing with statistical validation: A deep learning framework for organic pollution source apportionment in complex watersheds.

Journal of environmental management·2026
Same author

Corrigendum to "Evaluating alternative protocols for preventing cisplatin-induced acute kidney injury during hyperthermic intraperitoneal chemotherapy in ovarian cancer" [Volume 208, May 2026, Pages 85-90].

Gynecologic oncology·2026
Same author

Flexible laser-induced graphene biosensor enables real-time, in vivo profiling of wound healing cytokine dynamics.

Journal of nanobiotechnology·2026
Same author

Cryo-EM structure of the LARS1:IARS1 complex reveals a nutrient-responsive switch controlling mTORC1 signaling.

Nature communications·2026
Same journal

sEEGnal: an automated EEG preprocessing pipeline evaluated against expert-driven preprocessing.

Computers in biology and medicine·2026
Same journal

Corrigendum to "Integrating experimental biology, computational methods, and artificial Intelligence in anticancer drug discovery: Bridging the translational Gap" [Comput. Biol. Med. 213 (2026) 111832].

Computers in biology and medicine·2026
Same journal

Organ dose optimization for a point-of-care forearm X-ray photon-counting CT.

Computers in biology and medicine·2026
Same journal

Physics-guided transformation of breathomic feature spaces into disease-specific representations for respiratory disease classification.

Computers in biology and medicine·2026
Same journal

An AI-driven deep learning pipeline for taxonomic classification and biodiversity assessment of deep-sea environmental DNA.

Computers in biology and medicine·2026
Same journal

Rapid personalisation of cardiovascular models using invasively measured right ventricular pressure.

Computers in biology and medicine·2026
See all related articles

Related Experiment Video

Updated: May 15, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

RFS: efficient feature selection method based on R-value.

Jimin Lee1, Nomin Batnyam, Sejong Oh

  • 1Department of Nanobiomedical Science and WCU Research Center of Nanobiomedical Science, Dankook University, Anseodong, Cheonan 330-714, South Korea.

Computers in Biology and Medicine
|December 25, 2012
PubMed
Summary
This summary is machine-generated.

This study introduces an efficient feature selection method using the R-value to minimize class overlap. The proposed technique outperforms existing methods in many classification tasks.

More Related Videos

A User-friendly and Powerful R Analysis of Large-scale Datasets
10:56

A User-friendly and Powerful R Analysis of Large-scale Datasets

Published on: November 4, 2025

Related Experiment Videos

Last Updated: May 15, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

A User-friendly and Powerful R Analysis of Large-scale Datasets
10:56

A User-friendly and Powerful R Analysis of Large-scale Datasets

Published on: November 4, 2025

Area of Science:

  • Machine Learning
  • Data Science
  • Computer Science

Background:

  • Feature selection is crucial for effective classification.
  • Existing filter and wrapper methods have limitations.
  • The R-value is a metric for quantifying class overlap in features.

Purpose of the Study:

  • To propose a novel and efficient feature selection method.
  • To leverage the R-value for identifying optimal features.
  • To enhance classification performance by reducing feature overlap.

Main Methods:

  • Developed a feature selection strategy based on the R-value.
  • Selected features exhibiting minimal overlapping areas among classes.
  • Proposed method is simple yet effective.

Main Results:

  • Experimental results demonstrate the superiority of the proposed method.
  • The R-value based approach outperformed typical existing methods in several cases.
  • The method shows significant improvements in classification accuracy.

Conclusions:

  • The proposed R-value based feature selection method is efficient and effective.
  • This method can be successfully combined with other feature selection techniques.
  • It offers a powerful alternative for improving classification performance.