rdataset is a collection of 761 datasets that were originally distributed
alongside the statistical software environment 'R' and some of its add-on
packages. The exported csv-files are taken from http://vincentarelbundock.github.io/Rdatasets/.
This toolbox needs around 64 MBytes.
FUNCTIONS
---------
rdataset_listgroups — Returns all available datagroups
rdataset_listsets — Returns all available datasets of a group
rdataset_read — Reads a dataset from R
USAGE
-----
In R:
> library(MASS)
>print(mean(survey$Wr.Hnd,na.rm=TRUE),digits=17)
[1] 18.669067796610168
The same can be done in Scilab:
[data,desc] = rdataset_read("MASS","survey");
mean_hand = mean(thrownan(data.Wr_Hnd))
mean_hand =
18.669068
disp(18.669067796610168 - mean_hand)
- 1.066D-14
CHANGE 0.3 => 0.4
-----------------
- README.txt updated (597 => 761 sets)
- builder.sce can now build for both Scilab 5 and 6
- readall.tst is updated and passes:
- readall.dia.ref was unused => removed
- "<-- CLI SHELL MODE -->" flag added
- stacksize("max") now used only with Scilab 5
- Binaries released for Scilab 5.5 and Scilab 6.0