Git Product home page Git Product logo

unequalvariance_for_two_sample's Introduction

UnequalVariance_for_two_sample

Partially Overlapping Data Power Simulation

This R notebook runs simulations to evaluate the statistical power of mean difference statistical tests for mixed paired and two sample data.

The code allows specifying the sample sizes for the paired data (n), unpaired x data (n1), and unpaired y data (n2). It also allows specifying the effect size (delta), distribution shape (gamma), and correlation (rho) to use in simulating the data.

The key steps are:

  1. Set input parameters to generate overlapping samples data
  2. Calculate test statistics and p-values for:
    • Bhoj et al. Zb and Tb
    • Magel and Fu M
    • Dubnicka R, Rw
    • Lin & Stivers Zls
    • Derrick et al. Tnew1, Tnew2
    • The paper's proposed T_adj
    • Paired t-test
    • Signed rank test
  3. Repeat simulation multiple times
  4. Calculate power as the proportion of p-values below alpha across simulations
  5. Output power results for different parameter combinations to Excel

The code is structured into sections:

  • Preliminaries: Install and load R packages
  • Generate data functions
  • Statistics functions to calculate each test
  • Initialization of simulation parameters
  • Outer loop over parameters
  • Execute simulation and export results

The code allows easily modifying the parameters and tests evaluated. It outputs a tidy summary of power results across different scenarios that can be further analyzed in an Excel file.

Warning: If running this code on a Jupyter Notebook, the final executing loop may need to be split over multiple code blocks to avoid storage issues.

unequalvariance_for_two_sample's People

Contributors

baileymeche avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.