What is the difference between Sage.finance.timeseries and the timeseries from the R?
How do you call all the R function in sage?
1 | initial version | asked 2011-07-14 18:51:21 +0100 Anonymous |
What is the difference between Sage.finance.timeseries and the timeseries from the R?
How do you call all the R function in sage?
2 | No.2 Revision |
What is the difference between Sage.finance.timeseries and the timeseries from the R?
How do you call all the R function in sage?
3 | No.3 Revision |
What is the difference between Sage.finance.timeseries and the timeseries from the R?
4 | No.4 Revision |
What is the difference between Sage.finance.timeseries and the timeseries from the R?
Updated: How well is compatibility with intermixing Sage code and R code?
5 | added more details |
What is the difference between Sage.finance.timeseries and the timeseries from the R?
Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:
f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")
but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function
Is there a better way around this?
6 | No.6 Revision |
Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:
f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")
but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function
Is there a better way around this?
7 | No.7 Revision |
Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:
f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")
but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function
Is there a better way around this?
8 | No.8 Revision |
Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:
f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";") calling some sage function and prints some output
but it didn't work as Sage can't find the corresponding R "table" method.
But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the pass the R timeseries to Sage functionlist.
Is there a better way around this?