Skip to content

Error with paired t-test

2 messages · Charlotte Rayner, Pascal Oettli

#
Hi,

The error message is explicit enough. You need 'y' for the paired test.

with(payoff, t.test(Open, Closed1, paired=TRUE))

HTH,
Pascal
On 25/03/13 07:42, Charlotte Rayner wrote: