Jove
Visualize
Contact Us

Related Concept Videos

Comparing Experimental Results: Student's t-Test01:09

Comparing Experimental Results: Student's t-Test

6.2K
The t-test is a statistical method used to compare the sample mean with a population mean or compare two means from two data sets. The test statistic is calculated from the standard deviation, mean, and number of measurements in the data set at a selected confidence interval and then compared to a table of critical values at this confidence level. If the test statistic is smaller than the critical value, the null hypothesis is accepted. In this case, we state that the difference between the...
6.2K
Wilcoxon Signed-Ranks Test for Matched Pairs01:09

Wilcoxon Signed-Ranks Test for Matched Pairs

553
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
553
Statistical Methods to Analyze Parametric Data: Student t-Test and Goodness-of-Fit Test01:09

Statistical Methods to Analyze Parametric Data: Student t-Test and Goodness-of-Fit Test

7.0K
In parametric statistics, two fundamental tests stand out for their utility and wide application: the Student's t-test and goodness-of-fit tests. These tests provide researchers with a robust method for drawing insights from data, testing hypotheses, and making informed decisions based on their findings.
The Student's t-test is a statistical test that examines if there is a statistically significant difference between the means of two groups. This test is instrumental when dealing with...
7.0K
Microsoft Excel: Student's t-Test01:25

Microsoft Excel: Student's t-Test

1.9K
Student's t-test in Microsoft Excel is a statistical method used to compare the means of two groups to determine if they are significantly different from each other. It's commonly used to evaluate hypotheses, such as testing whether a treatment has an effect compared to a control group. Excel provides built-in functions to perform t-tests, making it accessible for users needing to conduct basic statistical analysis.
To conduct a t-test in Excel, use the T.TEST function or the "Data...
1.9K
Behrens–Fisher Test00:57

Behrens–Fisher Test

300
The Behrens-Fisher test is a statistical method designed to address the Behrens-Fisher problem, which arises when comparing the means of two normally distributed populations with unequal variances. Unlike the Student's t-test, which assumes equal variances, the Behrens-Fisher test allows for mean comparison without this restrictive assumption. This flexibility makes it particularly valuable in scenarios where two independent samples exhibit normality but lack variance homogeneity.
This test...
300
Bonferroni Test01:10

Bonferroni Test

3.5K
The Bonferroni test is a statistical test named after Carlo Emilio Bonferroni, an Italian mathematician best known for Bonferroni inequalities. This statistical test is a type of multiple comparison test to determine which means are different than the rest. Bonferroni test can minimize the Type 1 error by reducing the significance level alpha, which otherwise increases with sample pairs.
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
3.5K

You might also read

Related Articles

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

Sort by
Same author

GitHub and Google Colab for Sharing Data and Code.

Journal of insurance medicine (New York, N.Y.)·2026
Same author

Fast Actual/Expected Data Processing.

Journal of insurance medicine (New York, N.Y.)·2026
Same author

Regular Expressions: Mixed Effects Models.

Journal of insurance medicine (New York, N.Y.)·2017
Same author

Mortality and Disease Prevalence among the Oldest Old.

Journal of insurance medicine (New York, N.Y.)·2016
Same author

Converting Lab Report Files into Usable Data.

Journal of insurance medicine (New York, N.Y.)·2016
Same author

Regular Expressions: The Build Study Vignette.

Journal of insurance medicine (New York, N.Y.)·2016
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 Experiment Video

Updated: Mar 5, 2026

Sample Preparation to Bioinformatics Analysis of DNA Methylation: Association Strategy for Obesity and Related Trait Studies
14:56

Sample Preparation to Bioinformatics Analysis of DNA Methylation: Association Strategy for Obesity and Related Trait Studies

Published on: May 6, 2022

5.3K

T-Tests: The BMI Study Continues.

David Wesley

    Journal of Insurance Medicine (New York, N.Y.)
    |March 23, 2017
    PubMed
    Summary

    This research note explains how medical directors can use the R programming language to analyze laboratory results. It details the application of unpaired and paired t-tests for practical data interpretation.

    Area of Science:

    • Biostatistics
    • Medical Data Analysis
    • Health Informatics

    Background:

    • Medical directors require robust methods for analyzing company laboratory results.
    • Effective statistical analysis is crucial for informed decision-making in healthcare management.

    Purpose of the Study:

    • To provide a practical guide for medical directors on using the R statistical programming language.
    • To explain the application of specific statistical tests for laboratory data analysis.

    Main Methods:

    • Exploration of the R programming language for statistical analysis.
    • Detailed explanation of unpaired t-tests in R.
    • Detailed explanation of paired t-tests in R.

    Main Results:

    More Related Videos

    Assessment of Child Anthropometry in a Large Epidemiologic Study
    09:36

    Assessment of Child Anthropometry in a Large Epidemiologic Study

    Published on: February 2, 2017

    28.0K
    Study of In Vivo Glucose Metabolism in High-fat Diet-fed Mice Using Oral Glucose Tolerance Test OGTT and Insulin Tolerance Test ITT
    08:13

    Study of In Vivo Glucose Metabolism in High-fat Diet-fed Mice Using Oral Glucose Tolerance Test OGTT and Insulin Tolerance Test ITT

    Published on: January 7, 2018

    72.2K

    Related Experiment Videos

    Last Updated: Mar 5, 2026

    Sample Preparation to Bioinformatics Analysis of DNA Methylation: Association Strategy for Obesity and Related Trait Studies
    14:56

    Sample Preparation to Bioinformatics Analysis of DNA Methylation: Association Strategy for Obesity and Related Trait Studies

    Published on: May 6, 2022

    5.3K
    Assessment of Child Anthropometry in a Large Epidemiologic Study
    09:36

    Assessment of Child Anthropometry in a Large Epidemiologic Study

    Published on: February 2, 2017

    28.0K
    Study of In Vivo Glucose Metabolism in High-fat Diet-fed Mice Using Oral Glucose Tolerance Test OGTT and Insulin Tolerance Test ITT
    08:13

    Study of In Vivo Glucose Metabolism in High-fat Diet-fed Mice Using Oral Glucose Tolerance Test OGTT and Insulin Tolerance Test ITT

    Published on: January 7, 2018

    72.2K
    • Demonstration of R's utility in analyzing experienced laboratory results.
    • Clear guidance on selecting and implementing appropriate t-tests for different data scenarios.

    Conclusions:

    • The R programming language offers a powerful and accessible tool for medical directors.
    • Understanding and applying t-tests in R can enhance the analysis of laboratory data.