Learn R Programming

doex (version 1.2)

SS: 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

References

Scott, A. and Smith, T. (1971) Interval estimates for linear combinations of means, Applied Statistics, 20, 276<U+2013>285.

Examples

Run this code
# NOT RUN {
library(doex)
SS(hybrid$data,hybrid$species)
# }

Run the code above in your browser using DataLab