powered by
This function performs adjusted Scott-Smith test.
SS(data,group)
A vector containing the observations to which the treatments are randomly assigned.
A numerical or character vector indicating the treatment/control groups.
the p-value of the Scott-Smith test
Scott, A. and Smith, T. (1971) Interval estimates for linear combinations of means, Applied Statistics, 20, 276<U+2013>285.
# NOT RUN { library(doex) SS(hybrid$data,hybrid$species) # }
Run the code above in your browser using DataLab