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
(1824 downloads for this version - 14736 downloads for all versions)
Details
Version
0.1
A more recent valid version with binaries for Scilab 5.4 exists: 0.3
Author
Holger Nahrstaedt
Owner Organization
TU Berlin
Maintainer
Holger Nahrstaedt
License
Dependency
Creation Date
January 10, 2013
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 597 datasets that were originally distributed
alongside the statistical software environment "R" and some of its
add-on packages.

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)
[12.67 MB]
Source code archive

[12.73 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.