Arguments
x
A vector of four components where the first component corresponds to the mean of the normal distribution of the first sample, the second component corresponds to mean difference between the two samples: sample 1 - sample 2, the third component corresponds
data1
A vector of data corresponding to the first sample.
lowerbound1
A vector which corresponds to the lower bounds for the interval-censored observations of the vector of data corresponding to the first sample. If no lower bound is available then put NA
.
vdelta1
A vector which indicates for censoring for the first sample (0: censored, 1: not censored).
data2
A vector of data corresponding to the second sample.
lowerbound2
A vector which corresponds to the lower bounds for the interval-censored observations of the vector of data corresponding to the second sample. If no lower bound is available then put NA
.
vdelta2
A vector which indicates for censoring for the second sample (0: censored, 1: not censored).