On Thu, 1 May 2014, Allin Cottrell wrote:
On Thu, 1 May 2014, Tim Nall wrote:
> Is this something obvious, or do I need to append data & resend to list?
>
> ? TotContr_tr = tramolin(TotalContrastive)
> New data not conformable for appending
I think we need to see the data. A test of the same sort works OK here.
To be more explicit, here's an example what works fine for me:
<hansl>
include tramolin.gfn
open data9-9
series price_c = tramolin(price)
</hansl>
Allin Cottrell