SS {doex} | R Documentation |
Scott-Smith Test
Description
This function performs adjusted Scott-Smith test.
Usage
SS(data,group)
Arguments
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
Value
pvalue |
the p-value of the Scott-Smith test |
Author(s)
Mustafa CAVUS
References
Scott, A. and Smith, T. (1971) Interval estimates for linear combinations of means, Applied Statistics, 20, 276–285.
Examples
library(doex)
SS(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]