powered by
Make graph highlighting events more extreme than observed sample
showXtremeEventsCts(testID, testStat, densFun, degFree = NULL, degFree1 = NULL, degFree2 = NULL, xlims, verbose = 1, ...)
name of hypothesis test
test statistic
function that computes appropriate density
degrees of freedom when only one is needed. This gets passed into densFun
first degrees of freedom parameter when more than one is needed
second degrees of freedom parameter when more than one is needed
x limits of the graph to be used. This is passed to ggplot
if verbose > 0 the resulting graph is printed
extra arguments passed to density function
results of call testFun
# NOT RUN { x <- rnorm(100) showT.Test(x, verbose = 0) showT.Test(x) # }
Run the code above in your browser using DataLab