Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : rdataset details
Login with GitLab

rdataset

a collection of 597 datasets that were originally distributed alongside R
(1177 downloads for this version - 14582 downloads for all versions)
Details
Version
0.3
A more recent valid version exists: 0.4
Author
Holger Nahrstaedt
Owner Organization
TU Berlin
Maintainers
Holger Nahrstaedt
Administrator ATOMS
Samuel Gougeon
License
Dependency
Creation Date
January 8, 2015
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("rdataset")
Description
            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/.

Datasets which are available in R can be used in Scilab with rdataset. The
toolbox needs around 50 MByte.

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
            
Files (2)
[14.56 MB]
Source code archive

[16.45 MB]
OS-independent binary for Scilab 5.4.x
Binary version
Automatically generated by the ATOMS compilation chain

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.