OpasnetBaseUtils: Difference between revisions
Jump to navigation
Jump to search
(Added category: 'Opasnet Base') |
m (→Dependencies) |
||
Line 19: | Line 19: | ||
=== Dependencies === | === Dependencies === | ||
*You need to have installed another package called RODBC which in turn requires the utils package. These | *You need to have installed another package called RODBC which in turn requires the utils package. These packages are available from the CRAN repositories and can be easily installed from within R. | ||
[[Category:R tool]] | [[Category:R tool]] | ||
[[Category:Open assessment]] | [[Category:Open assessment]] | ||
[[Category:Opasnet Base]] | [[Category:Opasnet Base]] |
Revision as of 07:21, 8 February 2011
Moderator:Teemu R (see all) |
This page is a stub. You may improve it into a full page. |
Upload data
|
OpasnetBaseUtils is a collection of R functions for interaction with the Opasnet Base and manipulating data of multiple variables with multiple matching or unmatching dimensions, fitted into a neat package.
Instructions
- Download File:OpasnetBaseUtils 0.8.0.zip
- Open R
- Click "Packages" on the topbar and choose "Install package(s) from local zip files..." from the drop-down menu
- Locate the downloaded .zip file and install
Usage
library(OpasnetBaseUtils)
- For function usage notes see the following pages:
Dependencies
- You need to have installed another package called RODBC which in turn requires the utils package. These packages are available from the CRAN repositories and can be easily installed from within R.