Difference between revisions of "SOCR EduMaterials AnalysesCommandLine"

From SOCR
Jump to: navigation, search
(New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html SOCR Analyses] libraries for statistical computing via shell-based command-line inter...)
 
(General Usage: added a link to the SOCR CD Download ZIP file)
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html SOCR Analyses] libraries for statistical computing via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | SOCR Analyses is available here]].
+
This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html SOCR Analyses] libraries for statistical computing via shell-based command-line interface on local machines. More information about [[Help_pages_for_SOCR_Analyses | SOCR Analyses is available here]].
  
 +
=== Introduction ===
 +
In addition to the graphical user interfaces, via a web-browser, all [http://socr.ucla.edu/htmls/SOCR_Analyses.html SOCR Analyses] allow command-line shell execution on local systems.
  
=== Introduction ===
+
===General Usage===
These interactive analyses applets allow you to:
+
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/). You can also download the Complete [http://code.google.com/p/socr/downloads/detail?name=SOCR_CD.zip SOCR CD including all executables and HTML pages for offline invocation].
* Enter data. Currently there are three ways available to obtain data:
+
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.
# Using the SOCR built-in example datasets by first clicking on the '''EXAMPLE''' and followed by the '''DATA''' button. They are from various commonly used college and graduate level statistics textbooks. Please see each Analysis Help pages for specific references.
+
* All Input files are ASCII (see examples within each of the specific analyses).
# Use random dataset generated by the SOCR Analyses '''RANDOM EXAMPLE''' button.
+
* a '''-h''' flag at the end of the command-line indicates that the first row in all ASCII input data files is a '''HEADER''' row (so it's not interpreted as data).
# Copy from a text file with data or a spreadsheet.  
+
* When running large Java jobs on Grid architectures or when submitting jobs via ''qsub'', the following specification to request additional memory may be useful to avoid ''OutOfMemoryExceptions'': ''h_vmem=4.5G'':
 +
: <code>qsub -q short.q -t 1:12 -l h_vmem=4.5G,h_stack=10M VolumeMultipleRegression_FA.tcsh</code>
  
* Calculate various statistics, critical values and p-values.
+
===Analysis-specific Usage===
# The '''MAPPING''' button must be clicked to map the variables, e.g. assigning variables to either the regressor or the response, in a simple linear regression.
+
* [[SOCR_EduMaterials_AnalysesCommandLineAnovaOneWay]]
# After all the above it set, the '''CALCULATE''' button generates statistical results.
+
* [[SOCR_EduMaterials_AnalysesCommandLineAnovaTwoWay]]
* Summarize the results.
+
* [[SOCR_EduMaterials_AnalysesCommandLineChiSquareContingencyTable]]
# The '''RESULT''' button leads to statistical results such as summary statistics and parameter estimates. The form and contents of the result depends on type of analyses.
+
* [[SOCR_EduMaterials_AnalysesCommandLineChiSquareModelFit]]
# The '''GRAPH''' button displays data scatter plots, regression diagnostics, etc.
+
* [[SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion]]
* If you don't like something you did, or want to clear a previous example, use the '''CLEAR''' button. Note that this also clears out the data you entered earlier.
+
* [[SOCR_EduMaterials_AnalysesCommandLineFisherExact]]
<center>[[Image:SOCR_AnalysisHelp_ANOVA_Chu_042507_Fig1.jpg|590px]]</center>
+
* [[SOCR_EduMaterials_AnalysesCommandLineFlignerKilleen]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineKolmogorovSmirnoff]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineMultiRegression]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineOneT]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentTest]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentWilcoxon]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairedSignedTest]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairedT]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineSimpleRegression]]
  
=== Special User Interface for the Normal Power Analyses ===
+
===Specific Volumetric Analyses===
The Normal Power Analyses use a different set of buttons: '''SELECT PARAMETERS''' and '''COMPARE CURVES'''. More details are provided in the [[Power Analysis for Normal Distribution]] tutorials.
+
* [[SOCR_EduMaterials_AnalysesCommandLineVolumeMultipleRegression]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineVolume1Sample_T_test]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineVolume2PairedSamples_Wilcoxon_RankSum]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineVolume2Samples_T_test]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineVolume2IndepSample_Wilcoxon_test]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineFDR_Correction]]
 +
* [[SOCR_EduMaterials_AnalysesCommandLineVolumeKruskalWallis]]
  
=== Tutorials ===
 
Tutorials are available for the analyses of:
 
* [[SOCR_EduMaterials_AnalysesActivities]]
 
* [[Power Analysis for Normal Distribution]]
 
  
===Command-Line Interfaces to SOCR Computational Statistics Libraries===
+
* [http://www.loni.ucla.edu/twiki/bin/view/CCB/SIGPNS_052109 Example uses of these tools as part of computational neuroimaging pipeline workflows].
In addition to accessing the SOCR analyses libraries via the [http://socr.ucla.edu/htmls/SOCR_Analyses.html SOCR Analyses] graphical user interface, SOCR users may access the computational SOCR Analyses libraries via shell-based command-line interface on their local machines. More information about these interfaces is available [[SOCR_EduMaterials_AnalysesCommandLine | at the command-line analyses interface pages]].
 
  
 +
===References===
 +
* Che, Annie, Cui, Jenny, and Dinov, Ivo (2009). [http://www.jstatsoft.org/v30/i03 SOCR Analyses: Implementation and Demonstration of a New Graphical Statistics Educational Toolkit]. JSS, Vol. 30, Issue 3, Apr 2009.
 +
* Che, A, Cui, J, and Dinov, ID (2009) [http://jolt.merlot.org/vol5no1/dinov_0309.htm SOCR Analyses – an Instructional Java Web-based Statistical Analysis Toolkit], JOLT, 5(1), 1-19, March 2009.
 +
* Dinov, ID. [http://www.jstatsoft.org/v16/i11 Statistics Online Computational Resource], Journal of Statistical Software, Vol. 16, No. 1, 1-16, October 2006.
  
 +
<hr>
 
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLine}}
 
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLine}}

Latest revision as of 16:27, 27 August 2010

This page includes the information on how to access the SOCR Analyses libraries for statistical computing via shell-based command-line interface on local machines. More information about SOCR Analyses is available here.

Introduction

In addition to the graphical user interfaces, via a web-browser, all SOCR Analyses allow command-line shell execution on local systems.

General Usage

  • Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/). You can also download the Complete SOCR CD including all executables and HTML pages for offline invocation.
  • The command-line interface to SOCR Analyses generally uses EXAMPLE 1 from the list of example data files for the corresponding analysis.
  • All Input files are ASCII (see examples within each of the specific analyses).
  • a -h flag at the end of the command-line indicates that the first row in all ASCII input data files is a HEADER row (so it's not interpreted as data).
  • When running large Java jobs on Grid architectures or when submitting jobs via qsub, the following specification to request additional memory may be useful to avoid OutOfMemoryExceptions: h_vmem=4.5G:
qsub -q short.q -t 1:12 -l h_vmem=4.5G,h_stack=10M VolumeMultipleRegression_FA.tcsh

Analysis-specific Usage

Specific Volumetric Analyses


References




Translate this page:

(default)
Uk flag.gif

Deutsch
De flag.gif

Español
Es flag.gif

Français
Fr flag.gif

Italiano
It flag.gif

Português
Pt flag.gif

日本語
Jp flag.gif

България
Bg flag.gif

الامارات العربية المتحدة
Ae flag.gif

Suomi
Fi flag.gif

इस भाषा में
In flag.gif

Norge
No flag.png

한국어
Kr flag.gif

中文
Cn flag.gif

繁体中文
Cn flag.gif

Русский
Ru flag.gif

Nederlands
Nl flag.gif

Ελληνικά
Gr flag.gif

Hrvatska
Hr flag.gif

Česká republika
Cz flag.gif

Danmark
Dk flag.gif

Polska
Pl flag.png

România
Ro flag.png

Sverige
Se flag.gif