Dataframe (ala R/Splus) for MATLAB

Implements dataframes and model objects similar to R/Splus using MatLab classes - makes statistics m
2.3K Downloads
Updated 30 May 2006

No License

I use MATLAB for most of my day-in-day-out work. I teach statistics using R. For the most part, I am happy using MATLAB (if only because its what I know best), but two features of R that I really miss in MATLAB are:

1) Dataframes - a neat wrapper for statistical data (variables in columns, cases in rows)

2) The idea of a model object - run a regression or whatever and then get back an object to manipualate it

So I have implemented (partially) these two features in MATLAB. The documentation is sparse and features are currently biased in my own research directions. I would welcome comments and code contributions (which would be fully acknowledged).

Cite As

Brian McGill (2024). Dataframe (ala R/Splus) for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/6657-dataframe-ala-r-splus-for-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Genomics and Next Generation Sequencing in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Fixed a couple of errors that showed up in version 7. Lint stilll highlights more issues than I would like but haven't had time to do full upgrade.