Skip to content

Data Science Tutorials

  • Home
  • R
  • Statistics
  • Course
  • Machine Learning
  • Guest Blog
  • Contact
  • About Us
  • Toggle search form
  • How to Calculate Lag by Group in R
    How to Calculate Lag by Group in R? R
  • Filter Using Multiple Conditions in R
    Filter Using Multiple Conditions in R R
  • Error in sum(List) : invalid 'type' (list) of argument
    Error in sum(List) : invalid ‘type’ (list) of argument R
  • rejection region in hypothesis testing
    Rejection Region in Hypothesis Testing Statistics
  • How to convert characters from upper to lower case in R
    How to convert characters from upper to lower case in R? R
  • Hypothesis Testing Examples
    Hypothesis Testing Examples-Quick Overview Statistics
  • How To Become a Business Intelligence Analyst
    How To Become a Business Intelligence Analyst Course
  • R Percentage by Group Calculation
    R Percentage by Group Calculation R
similarity measure between two populations

Similarity Measure Between Two Populations-Brunner Munzel Test

Posted on May 7May 12 By Jim No Comments on Similarity Measure Between Two Populations-Brunner Munzel Test
Tweet
Share
Share
Pin

Similarity Measure Between Two Populations, The Brunner Munzel test (also known as the Generalized Wilcoxon Test) is a nonparametric statistical test for determining whether two samples are stochastically equal.

Stochastic equality is a measure of population similarity in which two populations have about the same frequency of larger values.

In statistical software, the BM test is not widely available. There are a few R and SAS macros available, however, they tend to produce erratic results (LaBone et al., 2013).

When Should the Brunner Munzel Test Be Used?

The Wilcoxon-Mann-Whitney (WMW) rank-sum test can be replaced with this heteroskedasticity–robust test (Fagerland, 2012).

Unlike the Mann-Whitney test, the BM test enables ties and accounts for uneven variances, so it does not require the assumption of equal variances between two groups.

For tied values, ordered categorical data, and both continuous and discrete distributions, the BM test works well (LaBone, 2013).

For big enough samples, it is an approximately valid test of a weak null hypothesis (Lin, 2013).

The Brunner Munzel test, like most non-parametric tests, is best used with small samples.

To apply a small sample approximation with the t-distribution, the test requires at least 10 observations per group and performs well for sample sizes of 30 or more (Neuhauser, 2011).

The permuted BM test is a preferable alternative if the sample size is less than ten.

BM Test Statistic

H0: = 0.5 is the null hypothesis for the test, implying stochastic equivalence.

The alternative hypothesis is H1:≠0.5, which states that one of the groups has lower/higher values.

Dealing With Missing values in R

The null hypothesis should be taken loosely as implying that the populations vary in some way if it is rejected.

The formula for the Brunner Munzel test statistic is (LaBone, 2013) brunner munzel test

Where:

Mx and My are the mid-rank means for samples X and Y, m and n are the numbers of observations in each sample, and SB is the variance estimates for X and Y.

For degrees of freedom, Brunner and Munzel recommend adopting a t-distribution with a Welch–Satterthwaite approximation.

Tweet
Share
Share
Pin
Statistics Tags:BMT, Similarity

Post navigation

Previous Post: Rejection Region in Hypothesis Testing
Next Post: What is Ad Hoc Analysis?

Related Posts

  • rejection region in hypothesis testing
    Rejection Region in Hypothesis Testing Statistics
  • Autocorrelation and Partial Autocorrelation in Time Series
    Autocorrelation and Partial Autocorrelation in Time Series Statistics
  • Cross-validation in Machine Learning
    Cross-validation in Machine Learning Statistics
  • Descriptive statistics vs Inferential statistics
    Descriptive statistics vs Inferential statistics: Guide Statistics
  • How to Analyze Likert Scale Data
    How to Analyze Likert Scale Data? Statistics
  • Hypothesis Testing Examples
    Hypothesis Testing Examples-Quick Overview Statistics

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • About Us
  • Contact
  • Disclaimer
  • Guest Blog
  • Privacy Policy
  • YouTube
  • Twitter
  • Facebook
  • Top 7 Skills Required to Become a Data Scientist
  • Learn Hadoop for Data Science
  • How Do Online Criminals Acquire Sensitive Data
  • Top Reasons To Learn R in 2023
  • Linear Interpolation in R-approx

Check your inbox or spam folder to confirm your subscription.

 https://www.r-bloggers.com
  • Bind together two data frames by their rows or columns in R
    Bind together two data frames by their rows or columns in R R
  • Two-Way ANOVA Example in R
    Two-Way ANOVA Example in R-Quick Guide R
  • Gamma distribution in R
    Gamma distribution in R R
  • Quantiles by Group calculation in R
    Quantiles by Group calculation in R with examples R
  • Subset rows based on their integer locations
    Subset rows based on their integer locations-slice in R R
  • Top Data Science Examples You Should Know 2023
    Top Data Science Applications You Should Know 2023 Machine Learning
  • How to create a ggalluvial plot in r
    How to create a ggalluvial plot in R? R
  • How to perform TBATS Model in R
    How to perform TBATS Model in R R

Copyright © 2023 Data Science Tutorials.

Powered by PressBook News WordPress theme