plotcheckdist: Plot the results of the function checkdist, which determined...

View source: R/checkdist.R

plotcheckdistR Documentation

Plot the results of the function checkdist, which determined the true level of pooled and unpooled t tests.

Description

Plot the results of the function checkdist, which determined the true level of pooled and unpooled t tests.

Usage

plotcheckdist(checkdistout)

Arguments

checkdistout

a list with components out a matrix with nrat rows and two columns giving counts of samples with type I errors. rat the vector of sd ratios nsamp number of samples out of which the matrix out was recorded. m number in first group. n number in second group.

Examples

plotcheckdist(checkdist(4,4,nsamp=2000,nrat=5))

kolassa-dev/TheorStat documentation built on Dec. 7, 2023, 12:23 a.m.