daily data with Thursday and Friday as weekends.
daily data with Thursday and Friday as weekends.
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.
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.
Re: daily data with Thursday and Friday as weekends.
No. That was added with version 10.
Re: daily data with Thursday and Friday as weekends.
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