Thanks for correcting the data. I think I understand the problem better.
First, let me answer the last question. If you supply a Censor column, the software assume that it indicates right censoring using the Censor Code of your choice in the launch dialog. That is the convention followed by all JMP platforms that involves censoring. If you want express different type of censoring, e.g. Left Censoring, you have to follow a convention to create data differently. This talk might be the most helpful: Introduction to the Analysis of Censored Data .
I cannot find that GenReg supports paired-test in the documentation. I will appreciate it, if you can point to the location. On the other hand, I will to use other tools to address this problem.
First I split the data to form a new one:
And here is the result:
If one would have done a paired t-test, if no data are censored, one would first calculate the pairwise differences of individual rows. Then the question becomes whether the differences are no different from zero. But we have censored data. I am assuming the right censoring on-wards. Otherwise, change the calculation accordingly.
First, I am going to create a column as Test - Base, as one would do for paired t-test.
Now look at the values, i.e. differences, and think what they mean. Look at the first row: 4.91 - 5.54 = -0.635583025471626. Here 5.54 is censored, which means the actual value is greater than 5.54. So the actual difference will be less than -0.635583025471626. Therefore, this makes -0.635583025471626 a Left Censored observation.
And the same logic applies to all rows where Base observations are censored. If Base observations are not censored, the differences are exact values.
Now create two new columns, as what was said here: Introduction to the Analysis of Censored Data .
For individual rows, if Left is Missing, Right is not, that is a Left censored observation. If both Left and Right are not missing, and they equal, that is an exact observation. Use the Life Distribution as follows:
Then fit a distribution, and Normal looks good to me.
Now the question becomes whether the location parameter estimate is significant different from zero. If the answer is yes, then the two groups are significantly different. No, otherwise. In this example, assuming I guessed corrected that the censoring in the data means right censoring, then two groups look no significant different. If I guessed incorrectly, the censoring type of the differences would had been right censoring. Then change the steps accordingly.