daily data with Thursday and Friday as weekends.

For questions and discussion related to reading in and working with data.
jack
Posts: 160
Joined: Tue Sep 27, 2016 11:44 am

daily data with Thursday and Friday as weekends.

Unread post by jack »

Hi Tom,

I have a dataset with five days per week. But weekends are Thursday and Friday not Saturday and Sunday. How Can I import my data into Rats with calendar instruction? I use winRats9.2 standard.
TomDoan
Posts: 7672
Joined: Wed Nov 01, 2006 4:36 pm

Re: daily data with Thursday and Friday as weekends.

Unread post by TomDoan »

No. That was added with version 10.
jack
Posts: 160
Joined: Tue Sep 27, 2016 11:44 am

Re: daily data with Thursday and Friday as weekends.

Unread post by jack »

I sent my data for a friend who has version 10. But when we want to graph the data it doesn't show the dates on the time axis. we used the following code for reading the data:

Code: Select all

OPEN DATA "stock.xlsx"
DATA(FORMAT=XLSX,ORG=COLUMNS,julian=date) 1 2500 returns
cal(julian=date)
GRAPH(STYLE=LINE) 1
# returns
Image
Post Reply