<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.socr.umich.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Teresalam</id>
	<title>SOCR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.socr.umich.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Teresalam"/>
	<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php/Special:Contributions/Teresalam"/>
	<updated>2026-06-04T09:51:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=7022</id>
		<title>SOCR EduMaterials AnalysesCommandLineFisherExact</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=7022"/>
		<updated>2008-03-11T20:48:36Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Fisher Exact Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Fisher Exact Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Fisher Exact Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.FisherExactCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (FisherExactCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.FisherExactCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=7021</id>
		<title>SOCR EduMaterials AnalysesCommandLineFisherExact</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=7021"/>
		<updated>2008-03-11T20:48:09Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Fisher Exact Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Fisher Exact Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.FisherExactCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (FisherExactCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=6953</id>
		<title>SOCR EduMaterials AnalysesCommandLineFisherExact</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=6953"/>
		<updated>2008-03-06T21:51:05Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=6952</id>
		<title>SOCR EduMaterials AnalysesCommandLineFisherExact</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineFisherExact&amp;diff=6952"/>
		<updated>2008-03-06T21:50:27Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineChiSquareContingencyTable&amp;diff=6951</id>
		<title>SOCR EduMaterials AnalysesCommandLineChiSquareContingencyTable</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineChiSquareContingencyTable&amp;diff=6951"/>
		<updated>2008-03-06T21:50:00Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6950</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6950"/>
		<updated>2008-03-06T21:48:50Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Two Independent Kruskal Wallis Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''kw.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! kw.txt&lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.7&lt;br /&gt;
| 61.0&lt;br /&gt;
|-&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.2&lt;br /&gt;
| 60.7&lt;br /&gt;
| 60.8&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 60.4&lt;br /&gt;
| 60.5&lt;br /&gt;
| 60.6&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 59.9&lt;br /&gt;
| 60.9&lt;br /&gt;
| 60.5&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.3&lt;br /&gt;
| 60.5&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6949</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6949"/>
		<updated>2008-03-06T21:48:33Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Two Independent Kruskal Wallis Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''kw.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
! kw.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.7&lt;br /&gt;
| 61.0&lt;br /&gt;
|-&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.2&lt;br /&gt;
| 60.7&lt;br /&gt;
| 60.8&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 60.4&lt;br /&gt;
| 60.5&lt;br /&gt;
| 60.6&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 59.9&lt;br /&gt;
| 60.9&lt;br /&gt;
| 60.5&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.3&lt;br /&gt;
| 60.5&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6948</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6948"/>
		<updated>2008-03-06T21:48:18Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Two Independent Kruskal Wallis Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''kw.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
! kw.txt&lt;br /&gt;
! &lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.7&lt;br /&gt;
| 61.0&lt;br /&gt;
|-&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.2&lt;br /&gt;
| 60.7&lt;br /&gt;
| 60.8&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 60.4&lt;br /&gt;
| 60.5&lt;br /&gt;
| 60.6&lt;br /&gt;
|-&lt;br /&gt;
| 60.8&lt;br /&gt;
| 59.9&lt;br /&gt;
| 60.9&lt;br /&gt;
| 60.5&lt;br /&gt;
|-&lt;br /&gt;
| 59.8&lt;br /&gt;
| 60.0&lt;br /&gt;
| 60.3&lt;br /&gt;
| 60.5&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6947</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6947"/>
		<updated>2008-03-06T21:42:55Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Friedman Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Two Independent Kruskal Wallis Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''kw.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
! kw.txt&lt;br /&gt;
! &lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6945</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6945"/>
		<updated>2008-03-06T21:40:48Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''kw.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
! kw.txt&lt;br /&gt;
! &lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6944</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6944"/>
		<updated>2008-03-06T21:39:32Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6943</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6943"/>
		<updated>2008-03-06T21:39:11Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Independent Kruskal Wallis Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6942</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6942"/>
		<updated>2008-03-06T21:37:22Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Friedman Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6941</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6941"/>
		<updated>2008-03-06T21:37:07Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Friedman Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV [data_location]/kw.txt -h [number_of_variables] 4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TTwoIndependentKruskalWallisCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentKruskalWallisCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/kw.txt -h 4&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6940</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6940"/>
		<updated>2008-03-06T21:35:54Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* General Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 4 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6939</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentKruskalWallis</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis&amp;diff=6939"/>
		<updated>2008-03-06T21:35:18Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6938</id>
		<title>SOCR EduMaterials AnalysesCommandLineDichotomousProportion</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6938"/>
		<updated>2008-03-06T21:33:29Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html DichotomousProportion] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 0.01 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
== Dichotomous ProportionUsage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.DichotomousProportionCSV [data_location]/d.txt -h [number_of_variables] 0.01&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (DichotomousProportionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.DichotomousProportionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/d.txt -h .0.01&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''d.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! d.txt&lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6937</id>
		<title>SOCR EduMaterials AnalysesCommandLineDichotomousProportion</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6937"/>
		<updated>2008-03-06T21:33:16Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html DichotomousProportion] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 0.01 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
== Dichotomous ProportionUsage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.DichotomousProportionCSV [data_location]/d.txt -h [number_of_variables] 0.01&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (DichotomousProportionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.DichotomousProportionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/d.txt -h .0.01&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''d.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! d.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6936</id>
		<title>SOCR EduMaterials AnalysesCommandLineDichotomousProportion</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6936"/>
		<updated>2008-03-06T21:27:49Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html DichotomousProportion] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
== Dichotomous ProportionUsage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6935</id>
		<title>SOCR EduMaterials AnalysesCommandLineDichotomousProportion</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion&amp;diff=6935"/>
		<updated>2008-03-06T21:25:23Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6934</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6934"/>
		<updated>2008-03-06T21:18:40Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6933</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6933"/>
		<updated>2008-03-06T21:18:25Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6932</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6932"/>
		<updated>2008-03-06T21:16:58Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: Undo revision 6931 by Teresalam (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6931</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6931"/>
		<updated>2008-03-06T21:15:37Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| A&lt;br /&gt;
| B&lt;br /&gt;
| C&lt;br /&gt;
| D&lt;br /&gt;
| E&lt;br /&gt;
|-&lt;br /&gt;
| 5.0&lt;br /&gt;
| 4.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 10.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 1.0&lt;br /&gt;
| 0.0&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
| 12.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 22.0&lt;br /&gt;
| 35.0&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
| 3.0&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 9.0&lt;br /&gt;
| 7.0&lt;br /&gt;
| 13.0&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 19.0 &lt;br /&gt;
| 18.0&lt;br /&gt;
| 18.0&lt;br /&gt;
| 37.0&lt;br /&gt;
| 58.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0 &lt;br /&gt;
| 7.0&lt;br /&gt;
| 6.0&lt;br /&gt;
| 8.0&lt;br /&gt;
| 7.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6930</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6930"/>
		<updated>2008-03-06T21:06:46Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* General Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of variable is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6929</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6929"/>
		<updated>2008-03-06T21:05:08Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Friedman Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6928</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6928"/>
		<updated>2008-03-06T21:02:28Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* General Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of variable is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6927</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6927"/>
		<updated>2008-03-06T21:02:08Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* General Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables have to be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6926</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6926"/>
		<updated>2008-03-06T21:01:08Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Friedman Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 5 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Friedman Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoIndependentFriedmanCSV [data_location]/f.txt -h [number_of_variables] 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoIndependentFriedmanCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoIndependentFriedmanCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/f.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution (f.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! f.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6925</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoIndependentFriedman</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman&amp;diff=6925"/>
		<updated>2008-03-06T20:53:48Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6924</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6924"/>
		<updated>2008-03-06T20:52:30Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6923</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6923"/>
		<updated>2008-03-06T20:52:11Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0	&lt;br /&gt;
| 35.0	&lt;br /&gt;
| 12524.0&lt;br /&gt;
|-&lt;br /&gt;
| 1545.0&lt;br /&gt;
| 298.0&lt;br /&gt;
| 91.0&lt;br /&gt;
|-&lt;br /&gt;
| 1302.0&lt;br /&gt;
| 203.0&lt;br /&gt;
| 68.0&lt;br /&gt;
|-&lt;br /&gt;
| 262.0&lt;br /&gt;
| 41.0&lt;br /&gt;
| 8.1&lt;br /&gt;
|-&lt;br /&gt;
| 2207.0	&lt;br /&gt;
| 544.0	&lt;br /&gt;
| 180.0&lt;br /&gt;
|-&lt;br /&gt;
| 1410.0	&lt;br /&gt;
| 254.0	&lt;br /&gt;
| 129.0&lt;br /&gt;
|-&lt;br /&gt;
| 833.0	&lt;br /&gt;
| 150.0	&lt;br /&gt;
| 49.0&lt;br /&gt;
|-&lt;br /&gt;
| 669.0	&lt;br /&gt;
| 136.0	&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 911.0	&lt;br /&gt;
| 147.0	&lt;br /&gt;
| 76.0&lt;br /&gt;
|-&lt;br /&gt;
| 1037.0&lt;br /&gt;
| 146.0	&lt;br /&gt;
| 72.0&lt;br /&gt;
|-&lt;br /&gt;
| 1196.0&lt;br /&gt;
| 46.0	&lt;br /&gt;
| 31.0&lt;br /&gt;
|-&lt;br /&gt;
| 616.0&lt;br /&gt;
| 157.0&lt;br /&gt;
| 314.0&lt;br /&gt;
|-&lt;br /&gt;
| 766.0&lt;br /&gt;
| 255.0&lt;br /&gt;
| 655.0&lt;br /&gt;
|-&lt;br /&gt;
| 2120.0&lt;br /&gt;
| 403.0&lt;br /&gt;
| 137.0&lt;br /&gt;
|-&lt;br /&gt;
| 841.0	&lt;br /&gt;
| 189.0	&lt;br /&gt;
| 43.0&lt;br /&gt;
|-&lt;br /&gt;
| 648.0&lt;br /&gt;
| 85.0&lt;br /&gt;
| 46.0&lt;br /&gt;
|-&lt;br /&gt;
| 1289.0&lt;br /&gt;
| 234.0&lt;br /&gt;
| 63.0&lt;br /&gt;
|-&lt;br /&gt;
| 259.0	&lt;br /&gt;
| 38.0&lt;br /&gt;
| 4.6&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6922</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6922"/>
		<updated>2008-03-06T20:36:20Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 588.0&lt;br /&gt;
| 91.0&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 640.0 &lt;br /&gt;
| 92.0&lt;br /&gt;
| 34.0&lt;br /&gt;
|-&lt;br /&gt;
| 4743.0 &lt;br /&gt;
| 952.0&lt;br /&gt;
| 100.0&lt;br /&gt;
|-&lt;br /&gt;
| 566.0&lt;br /&gt;
| 109.0&lt;br /&gt;
| 17.0&lt;br /&gt;
|-&lt;br /&gt;
| 325.0&lt;br /&gt;
| 167.0&lt;br /&gt;
| 518.0&lt;br /&gt;
|-&lt;br /&gt;
| 118.0&lt;br /&gt;
| 30.0&lt;br /&gt;
| 226.0&lt;br /&gt;
|-&lt;br /&gt;
| 115.0 &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6921</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6921"/>
		<updated>2008-03-06T20:23:53Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6920</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6920"/>
		<updated>2008-03-06T20:23:24Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Multiple Regression Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/m.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6904</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6904"/>
		<updated>2008-03-05T23:49:29Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 968.0&lt;br /&gt;
| 158.0&lt;br /&gt;
| 64.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0&lt;br /&gt;
| 11.0&lt;br /&gt;
| 0.4&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6903</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6903"/>
		<updated>2008-03-05T23:48:43Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of variables can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 3 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Multiple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h [number_of_variables] 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.MultiRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h 3&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''m.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! m.txt&lt;br /&gt;
! &lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 82.0&lt;br /&gt;
| 85.0&lt;br /&gt;
|-&lt;br /&gt;
| 97.0&lt;br /&gt;
| 98.0&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineChiSquareModelFit&amp;diff=6902</id>
		<title>SOCR EduMaterials AnalysesCommandLineChiSquareModelFit</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineChiSquareModelFit&amp;diff=6902"/>
		<updated>2008-03-05T23:45:42Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Chi-Square Goodness of Fit Model Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Chi-Square Model-Fit SOCR Analyses] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
* Number of model parameters can be indicated at the end (after '''-h''' flag). If no number of model parameter is included, 0 is set defaulted.&lt;br /&gt;
&lt;br /&gt;
==Chi-Square Goodness of Fit Model Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.ChiSquareModelFitCSV [data_location]/c1.txt [data_location]/c2.txt -h [number_of_model_parameters;default_is_0] 1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (ChiSquareModelFitCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.ChiSquareModelFitCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/c1.txt /cxfs/ccb/CCB_SW_Tools/others/S&lt;br /&gt;
tatistics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/c2.txt -h 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
Two test datafiles are included with the SOCR analyses command-line distribution ('''c1.txt''' and '''c2.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! c1.txt&lt;br /&gt;
! c2.txt&lt;br /&gt;
|-&lt;br /&gt;
| OBS&lt;br /&gt;
| EXP&lt;br /&gt;
|-&lt;br /&gt;
| 18.0&lt;br /&gt;
| 12.2&lt;br /&gt;
|-&lt;br /&gt;
| 28.0 &lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 56.0 &lt;br /&gt;
| 56.5&lt;br /&gt;
|-&lt;br /&gt;
| 105.0 &lt;br /&gt;
| 94.9&lt;br /&gt;
|-&lt;br /&gt;
| 126.0 &lt;br /&gt;
| 132.7&lt;br /&gt;
|-&lt;br /&gt;
| 146.0 &lt;br /&gt;
| 159.1&lt;br /&gt;
|-&lt;br /&gt;
| 164.0 &lt;br /&gt;
| 166.9&lt;br /&gt;
|-&lt;br /&gt;
| 161.0 &lt;br /&gt;
| 155.6&lt;br /&gt;
|-&lt;br /&gt;
| 123.0 &lt;br /&gt;
| 130.6&lt;br /&gt;
|-&lt;br /&gt;
| 101.0 &lt;br /&gt;
| 99.7&lt;br /&gt;
|-&lt;br /&gt;
| 74.0 &lt;br /&gt;
| 69.7&lt;br /&gt;
|-&lt;br /&gt;
| 53.0 &lt;br /&gt;
| 45.0&lt;br /&gt;
|-&lt;br /&gt;
| 23.0 &lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 15.0 &lt;br /&gt;
| 15.1&lt;br /&gt;
|-&lt;br /&gt;
| 9.0 &lt;br /&gt;
| 7.9&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 &lt;br /&gt;
| 7.9&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineChiSquareModelFit}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6901</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6901"/>
		<updated>2008-03-05T23:45:01Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Multiple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Simple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.MultiRegressionCSV [data_location]/m.txt -h 3&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (MultiRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.SimpleRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''reg.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! reg.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 82.0&lt;br /&gt;
| 85.0&lt;br /&gt;
|-&lt;br /&gt;
| 97.0&lt;br /&gt;
| 98.0&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6900</id>
		<title>SOCR EduMaterials AnalysesCommandLineMultiRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineMultiRegression&amp;diff=6900"/>
		<updated>2008-03-05T23:43:23Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Simple Regression] library via shell-based command-line interface on local machines. ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Simple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Simple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.SimpleRegressionCSV [data_location]/reg.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (SimpleRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.SimpleRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''reg.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! reg.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 82.0&lt;br /&gt;
| 85.0&lt;br /&gt;
|-&lt;br /&gt;
| 97.0&lt;br /&gt;
| 98.0&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6899</id>
		<title>SOCR EduMaterials AnalysesCommandLineSimpleRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6899"/>
		<updated>2008-03-05T23:42:03Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Example Input data files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Simple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Simple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.SimpleRegressionCSV [data_location]/reg.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (SimpleRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.SimpleRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''reg.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! reg.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 82.0&lt;br /&gt;
| 85.0&lt;br /&gt;
|-&lt;br /&gt;
| 97.0&lt;br /&gt;
| 98.0&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6898</id>
		<title>SOCR EduMaterials AnalysesCommandLineSimpleRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6898"/>
		<updated>2008-03-05T23:41:17Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Simple Regression] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Simple Regression Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.SimpleRegressionCSV [data_location]/reg.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (SimpleRegressionCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.SimpleRegressionCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/reg.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''test.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! reg.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 82.0&lt;br /&gt;
| 85.0&lt;br /&gt;
|-&lt;br /&gt;
| 97.0&lt;br /&gt;
| 98.0&lt;br /&gt;
|-&lt;br /&gt;
| 93.0 &lt;br /&gt;
| 102.0&lt;br /&gt;
|-&lt;br /&gt;
| 75.0 &lt;br /&gt;
| 80.0&lt;br /&gt;
|-&lt;br /&gt;
| 87.0 &lt;br /&gt;
| 90.0&lt;br /&gt;
|-&lt;br /&gt;
| 130.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 125.0&lt;br /&gt;
| 135.0&lt;br /&gt;
|-&lt;br /&gt;
| 126.0&lt;br /&gt;
| 131.0&lt;br /&gt;
|-&lt;br /&gt;
| 104.0 &lt;br /&gt;
| 110.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6897</id>
		<title>SOCR EduMaterials AnalysesCommandLineSimpleRegression</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineSimpleRegression&amp;diff=6897"/>
		<updated>2008-03-05T23:35:03Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: New page: This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html ANOVA - One Way] library via shell-based command-line interface on local machines. Mo...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html ANOVA - One Way] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ANOVA - One Way Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.AnovaOneWayCSV [data_location]/test.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (AnovaOneWayCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.AnovaOneWayCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/test.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''test.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! test.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 93.0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 67.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 77.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 92.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 97.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 62.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 136.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 120.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 115.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 121.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 102.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 130.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 198.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 217.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 209.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 221.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 190.0 &lt;br /&gt;
| 3&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLine&amp;diff=6896</id>
		<title>SOCR EduMaterials AnalysesCommandLine</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLine&amp;diff=6896"/>
		<updated>2008-03-05T23:34:02Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Analysis-specific Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
===General Usage===&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
===Analysis-specific Usage===&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineChiSquareModelFit]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentWilcoxon]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineOneT]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairedSignedTest]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoPairedT]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentText]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineAnovaOneWay]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineAnovaTwoWay]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineSimpleRegression]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineMultiRegression]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineDichotomousProportion]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentFriedman]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineTwoIndependentKruskalWallis]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineChiSquareContingencyTable]]&lt;br /&gt;
* [[SOCR_EduMaterials_AnalysesCommandLineFisherExact]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLine}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank&amp;diff=6895</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoPairSignedRank</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank&amp;diff=6895"/>
		<updated>2008-03-05T23:30:26Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Two Paired Sample Signed-Rank Test (Wilcoxon) Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Paired Sample Signed-Rank Test (Wilcoxon) SOCR Analyses] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Two Paired Sample Signed-Rank Test (Wilcoxon) Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoPairSignedRankCSV [data_location]/rank1.txt [data_location]/rank2.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoPairSignedRankCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoPairSignedRankCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank1.txt /cxfs/ccb/CCB_SW_Tools/others/S&lt;br /&gt;
tatistics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank2.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
Two test datafiles are included with the SOCR analyses command-line distribution ('''rank1.txt''' and '''rank2.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! rank1.txt&lt;br /&gt;
! rank2.txt&lt;br /&gt;
|-&lt;br /&gt;
| Before&lt;br /&gt;
| After&lt;br /&gt;
|-&lt;br /&gt;
| 27.0&lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 29.0 &lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 37.0 &lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 56.0 &lt;br /&gt;
| 44.0&lt;br /&gt;
|-&lt;br /&gt;
| 46.0 &lt;br /&gt;
| 30.0&lt;br /&gt;
|-&lt;br /&gt;
| 82.0 &lt;br /&gt;
| 67.0&lt;br /&gt;
|-&lt;br /&gt;
| 57.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 80.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 61.0 &lt;br /&gt;
| 52.0&lt;br /&gt;
|-&lt;br /&gt;
| 59.0 &lt;br /&gt;
| 60.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0 &lt;br /&gt;
| 28.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairedSignedTest&amp;diff=6894</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoPairedSignedTest</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairedSignedTest&amp;diff=6894"/>
		<updated>2008-03-05T23:29:41Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Two Paired Sample Signed Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Paired Sample Signed Test SOCR Analyses] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Two Paired Sample Signed Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoPairedSignedTestCSV [data_location]/rank1.txt [data_location]/rank2.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoPairedSignedTestCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoPairedSignedTestCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank1.txt /cxfs/ccb/CCB_SW_Tools/others/S&lt;br /&gt;
tatistics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank2.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
Two test datafiles are included with the SOCR analyses command-line distribution ('''rank1.txt''' and '''rank2.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! rank1.txt&lt;br /&gt;
! rank2.txt&lt;br /&gt;
|-&lt;br /&gt;
| Before&lt;br /&gt;
| After&lt;br /&gt;
|-&lt;br /&gt;
| 27.0&lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 29.0 &lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 37.0 &lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 56.0 &lt;br /&gt;
| 44.0&lt;br /&gt;
|-&lt;br /&gt;
| 46.0 &lt;br /&gt;
| 30.0&lt;br /&gt;
|-&lt;br /&gt;
| 82.0 &lt;br /&gt;
| 67.0&lt;br /&gt;
|-&lt;br /&gt;
| 57.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 80.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 61.0 &lt;br /&gt;
| 52.0&lt;br /&gt;
|-&lt;br /&gt;
| 59.0 &lt;br /&gt;
| 60.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0 &lt;br /&gt;
| 28.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineAnovaTwoWay&amp;diff=6893</id>
		<title>SOCR EduMaterials AnalysesCommandLineAnovaTwoWay</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineAnovaTwoWay&amp;diff=6893"/>
		<updated>2008-03-05T23:27:52Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* ANOVA - Two Way Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html ANOVA - Two Way SOCR Analyses] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ANOVA - Two Way Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.AnovaTwoWayCSV [data_location]/twoway.txt &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (AnovaTwoWayCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.AnovaTwoWayCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/twoway.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''twoway.txt'''). The ASCII content of each of these is included below. Note that the first line in this file is column header. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that this first line is interpreted as column header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
!twoway.txt&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
| z&lt;br /&gt;
|-&lt;br /&gt;
| 93.0&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 136.0&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 198.0 &lt;br /&gt;
| 1&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 88.0&lt;br /&gt;
| 2&lt;br /&gt;
| 1 &lt;br /&gt;
|-&lt;br /&gt;
| 148.0&lt;br /&gt;
| 2&lt;br /&gt;
| 2 &lt;br /&gt;
|-&lt;br /&gt;
| 279.0&lt;br /&gt;
| 2&lt;br /&gt;
| 3 &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineAnovaTwoWay}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineAnovaOneWay&amp;diff=6892</id>
		<title>SOCR EduMaterials AnalysesCommandLineAnovaOneWay</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineAnovaOneWay&amp;diff=6892"/>
		<updated>2008-03-05T23:26:57Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* ANOVA - One Way Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html ANOVA - One Way] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ANOVA - One Way Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.AnovaOneWayCSV [data_location]/test.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (AnovaOneWayCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.AnovaOneWayCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/test.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''test.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! test.txt&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
| y&lt;br /&gt;
|-&lt;br /&gt;
| 93.0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 67.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 77.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 92.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 97.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 62.0 &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 136.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 120.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 115.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 121.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 102.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 130.0 &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| 198.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 217.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 209.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 221.0 &lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 190.0 &lt;br /&gt;
| 3&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineOneT&amp;diff=6891</id>
		<title>SOCR EduMaterials AnalysesCommandLineOneT</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineOneT&amp;diff=6891"/>
		<updated>2008-03-05T23:26:33Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* One Sample T Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html One Sample T Test] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==One Sample T Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.OneTCSV [data_location]/1T.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (OneTCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.OneTCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/1T.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
One test datafile is included with the SOCR analyses command-line distribution ('''1T.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1T.txt&lt;br /&gt;
|-&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
|-&lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 10.0&lt;br /&gt;
|-&lt;br /&gt;
| 12.0&lt;br /&gt;
|-&lt;br /&gt;
| 16.0&lt;br /&gt;
|-&lt;br /&gt;
| 15.0&lt;br /&gt;
|-&lt;br /&gt;
| 4.0&lt;br /&gt;
|-&lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 9.0&lt;br /&gt;
|-&lt;br /&gt;
| -1.0&lt;br /&gt;
|-&lt;br /&gt;
| 15.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairedT&amp;diff=6890</id>
		<title>SOCR EduMaterials AnalysesCommandLineTwoPairedT</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairedT&amp;diff=6890"/>
		<updated>2008-03-05T23:26:03Z</updated>

		<summary type="html">&lt;p&gt;Teresalam: /* Two Paired Simple T Test Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page includes the information on how to access the [http://socr.ucla.edu/htmls/SOCR_Analyses.html Two Paired Simple T Test SOCR Analyses] library via shell-based command-line interface on local machines. More information about [[SOCR_EduMaterials_AnalysesCommandLine | other SOCR Analyses command-line interfaces is available here]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==General Usage==&lt;br /&gt;
* Get the latest SOCR JAR files from the SOCR page (http://socr.ucla.edu/htmls/jars/).&lt;br /&gt;
* The command-line interface to SOCR Analyses generally uses '''EXAMPLE 1''' from the list of example data files for the corresponding analysis.&lt;br /&gt;
* All Input files are ASCII (see examples within each of the specific analyses).&lt;br /&gt;
* 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)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Two Paired Simple T Test Usage==&lt;br /&gt;
* Generic Setting:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
java -cp [SOCRjar_location]/SOCR_core.jar:[SOCRjar_location]/SOCR_plugin.jar edu.ucla.stat.SOCR.analyses.command.TwoPairedTCSV [data_location]/rank1.txt [data_location]/rank2.txt -h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Example: Edit a new file (TwoPairedTCSV.csh) using any editor and paste this inside (make sure the file has executable permisions). Some operating systems/platforms may require variants of this (C-shell) script.&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/csh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;java -cp /cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_core.jar:/&lt;br /&gt;
cxfs/ccb/CCB_SW_Tools/others/Statistics/SOCR_Statistics/bin/SOCR_plugin.jar edu.ucla.&lt;br /&gt;
stat.SOCR.analyses.command.TwoPairedTCSV /cxfs/ccb/CCB_SW_Tools/others/Statist&lt;br /&gt;
ics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank1.txt /cxfs/ccb/CCB_SW_Tools/others/S&lt;br /&gt;
tatistics/SOCR_Statistics/SOCR_CSV_test_Scripts_Data/rank2.txt -h&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example Input data files==&lt;br /&gt;
Two test datafiles are included with the SOCR analyses command-line distribution ('''rank1.txt''' and '''rank2.txt'''). The ASCII content of each of these is included below. Note that the first lines in these files are column headers. This requires the &amp;quot;-h&amp;quot; flag at the end of the command line execution so that these first lines are interpreted as column headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! rank1.txt&lt;br /&gt;
! rank2.txt&lt;br /&gt;
|-&lt;br /&gt;
| Before&lt;br /&gt;
| After&lt;br /&gt;
|-&lt;br /&gt;
| 27.0&lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 29.0 &lt;br /&gt;
| 25.0&lt;br /&gt;
|-&lt;br /&gt;
| 37.0 &lt;br /&gt;
| 27.0&lt;br /&gt;
|-&lt;br /&gt;
| 56.0 &lt;br /&gt;
| 44.0&lt;br /&gt;
|-&lt;br /&gt;
| 46.0 &lt;br /&gt;
| 30.0&lt;br /&gt;
|-&lt;br /&gt;
| 82.0 &lt;br /&gt;
| 67.0&lt;br /&gt;
|-&lt;br /&gt;
| 57.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 80.0 &lt;br /&gt;
| 53.0&lt;br /&gt;
|-&lt;br /&gt;
| 61.0 &lt;br /&gt;
| 52.0&lt;br /&gt;
|-&lt;br /&gt;
| 59.0 &lt;br /&gt;
| 60.0&lt;br /&gt;
|-&lt;br /&gt;
| 43.0 &lt;br /&gt;
| 28.0&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_AnalysesCommandLineTwoPairSignedRank}}&lt;/div&gt;</summary>
		<author><name>Teresalam</name></author>
		
	</entry>
</feed>