Skip to content
Back to formatted view

Raw Message

Message-ID: <CADsEwSd4DAK_2rqh8+vZE9d38xcVF+5d2ObB+4v=AMAcjrz0xw@mail.gmail.com>
Date: 2014-11-26T22:04:31Z
From: Yousri Fanous
Subject: How can I run a TSP program inside R

I have the following TSP code:

options memory = 6;
options crt;
in 'mydat.tlb' ;
?
? Create 2 new variables
?
age20 = age -20;
lwage = log(wage);
?
?
olsq lwage c f edy tenure age20 pu;

How can I run it inside R?
Where can I get more explanation on how to code for TSP

	[[alternative HTML version deleted]]