Learn R Programming

reproducer (version 0.5.2)

proportionOfSignificantTValuesUsingCorrectAnalysis: proportionOfSignificantTValuesUsingCorrectAnalysis

Description

Plots visualize the relationship between sample size, effect size and the proportion of significant t-values using the correct analysis. Function is used in a paper 'Effect Sizes and their Variance for AB/BA Crossover Design Studies' by Lech Madeyski and Barbara Kitchenham.

Usage

proportionOfSignificantTValuesUsingCorrectAnalysis(data)

Value

plot described in description

Arguments

data

- data behind the plot returned by getSimulatedCrossoverDataSets() or stored in reproducer::KitchenhamMadeyski.SimulatedCrossoverDataSets

Author

Barbara Kitchenham and Lech Madeyski

Examples

Run this code
data <- KitchenhamMadeyski.SimulatedCrossoverDataSets
myPlot <- proportionOfSignificantTValuesUsingCorrectAnalysis(data)

Run the code above in your browser using DataLab