PilotData-class {SSPA}R Documentation

Class PilotData

Description

The "PilotData" class is a container class. It contains all necessary information of the pilot data for performing the power and sample size analysis.

Objects from the Class

Objects can be created by calling the function pilotData.

Slots

name:
name of the pilot data, type "character"
testStatistics:
vector of test statistics, type "numeric"
sampleSize:
effective sample size (frac{1}{n_A}+frac{1}{n_B})^{-1} with n_A the sample size in group A, type "numeric"
pValues:
vector of p-values, type "numeric"
dof:
degrees of freedom only used for Student t distribution, type "numeric"
nullDist:
null distribution either normal or Student t, type "character"

Methods

show,PilotData-method, hist and plot

Author(s)

Maarten van Iterson

See Also

pilotData, SampleSize-class


[Package SSPA version 1.0.0 Index]