pb_exp {doex} | R Documentation |
This function performs Parametric Bootstrap test for two-parameter exponential distributed populations.
pb_exp(data,group,rept)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
rept |
The loop size to perform the test. |
pvalue |
the p-value of the Parametric Bootstrap test for two-parameter exponential distributed populations |
Mustafa CAVUS
Malekzadeh, A. and Jafari, A. A. (2019) Inference on the equality means of several two-parameter exponential distributions under progressively Type II censoring, Communications in Statistics - Simulation and Computation.
library(doex)
pb_exp(component$lifetime,component$supplier)