proportionOfSignificantTValuesUsingCorrectAnalysis function

proportionOfSignificantTValuesUsingCorrectAnalysis

proportionOfSignificantTValuesUsingCorrectAnalysis

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.

proportionOfSignificantTValuesUsingCorrectAnalysis(data)

Arguments

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

Returns

plot described in description

Examples

data <- KitchenhamMadeyski.SimulatedCrossoverDataSets myPlot <- proportionOfSignificantTValuesUsingCorrectAnalysis(data)

Author(s)

Barbara Kitchenham and Lech Madeyski