Welch's t-test: Difference between revisions

Content added Content deleted
(+SAS)
m (→‎{{header|SAS}}: syntax coloring does not work well with SAS)
Line 946: Line 946:
=={{header|SAS}}==
=={{header|SAS}}==
{{trans|Stata}}
{{trans|Stata}}
<lang sas>proc iml;
<lang>proc iml;
x = {3.0,4.0,1.0,2.1};
x = {3.0,4.0,1.0,2.1};
y = {490.2,340.0,433.9};
y = {490.2,340.0,433.9};
Line 962: Line 962:


<pre>-9.559498 2.0008523 0.0107516</pre>
<pre>-9.559498 2.0008523 0.0107516</pre>

=={{header|Scilab}}==
=={{header|Scilab}}==
{{trans|Stata}}
{{trans|Stata}}