menuSampleSize {ResearchMethods}R Documentation

Sample Size Caclulations

Description

This function calculates required sample sizes for a variety of data types, and allows for the interactive manipulation of these calculations.

Usage

menuSampleSize(...)

Arguments

... Additional arguements...

Details

Using a GUI, this function calculates the sample size required for a variety of sampling designs. See the file functionList.pdf for a detailed description of the equations.

Note

Because of the way R libraries are compiled, greek characters and subscripts could not be built into the function. To convert the menu to greek characters with subscripts, open the file menuSampleSize.R and uncomment the 11 commented lines at the beginning of the file. Note that THIS IS NOT NECESSARY for the program to work correctly, but it does make the menu clearer and easier to relate to the supporting document, functionList.pdf.

Author(s)

Mohamed Abdolell <mohamed.abdolell@dal.ca> and Sam Stewart <samstewart11@gmail.com>

References

../doc/functionList.pdf


[Package ResearchMethods version 1.01 Index]