Difference between revisions of "OpasnetBaseUtils"

From Testiwiki
Jump to: navigation, search
(Created page with '{{tool|moderator=Teemu R|stub=Yes}} OpasnetBaseUtils is a collection of R functions for interaction with the Opasnet Base and manipulating data of multiple variables with…')
 
m
Line 3: Line 3:
  
 
== Instructions ==
 
== Instructions ==
 
*For Usage notes see pages listed below, this page is concerned with installing the package.
 
  
 
# Download [[File:OpasnetBaseUtils 0.8.0.zip]]
 
# Download [[File:OpasnetBaseUtils 0.8.0.zip]]
Line 10: Line 8:
 
# Click "Packages" on the topbar and choose "Install package(s) from local zip files..." from the drop-down menu
 
# 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
 
# Locate the downloaded .zip file and install
 +
 +
*For Usage notes see pages listed below, this page is concerned with installing the package.
  
 
=== Dependencies ===
 
=== Dependencies ===
Line 17: Line 17:
 
== See also ==
 
== See also ==
  
[[Opasnet Base Connection for R]]
+
*[[Opasnet Base Connection for R]]
[[Operating intelligently with multidimensional arrays in R]]
+
*[[Operating intelligently with multidimensional arrays in R]]

Revision as of 12:30, 7 February 2011

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

  1. Download File:OpasnetBaseUtils 0.8.0.zip
  2. Open R
  3. Click "Packages" on the topbar and choose "Install package(s) from local zip files..." from the drop-down menu
  4. Locate the downloaded .zip file and install
  • For Usage notes see pages listed below, this page is concerned with installing the package.

Dependencies

  • You need to have installed another package called RODBC which in turn requires the utils package. These functions are available from the CRAN repositories and can be easily installed from within R.

See also