HS {doex} | R Documentation |
This function performs Hsieh test for two-parameter exponential distributed populations.
HS(data,group)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
pvalue |
the p-value of the Hsieh test |
Mustafa CAVUS
Hsieh, H.K. (1986) An exact test for comparing location parameters of k exponential distributions with unequal scales based on type II censored data, Technometrics, 28, 157-164.
library(doex)
HS(component$lifetime,component$supplier)