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
(580 downloads for this version - 14743 downloads for all versions)
Details
Version
0.2
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 6, 2014
Source created on
Scilab 5.4.x
Binaries available on
This toolbox is in the process of being built
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 (1)
[12.26 MB]
Source code archive
0.2
 - bug fixes for scilab 5.5
 - new functions: rdataset_listgroups and rdataset_listsets

0.1
 - first Release

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.