R/testresults.R

#' @title Results from running testing/Testprogram.R
#' @description This data set contains the results from running the program 
#' testing/Testprogram.R. See testing/Testprogram.R and especially 
#' R/testing_power_calc_vs_power_sim.R for better understanding of the results.
#' @docType data
#' @usage data(allTestResults)
#' @format list of lists
#' @source A run of the program Testprogram.R, which can be found in the 
#' "testing" directory.
"allTestResults"

#' @title Overview of the results from running testing/Testprogram.R
#' @description This data set contains some descriptive statistics 
#' giving an overview of the results from running the program 
#' testing/Testprogram.R. See testing/Testprogram.R and especially 
#' R/testing_power_calc_vs_power_sim.R for better understanding of how
#' the overview was constructed and what it describes.
#' @docType data
#' @usage data(overviewTestResults)
#' @format list of lists
#' @source A run of the program Testprogram.R, which can be found in the 
#' "testing" directory.
"overviewTestResults"
AsgerAndersen/t_test_clustered documentation built on May 17, 2019, 5:41 p.m.