Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > d2e0b949db9ebf58fe04ed755553fbf4 > files > 3908

eso-midas-doc-17FEBpl1.2-3.mga7.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Related Table Commands</TITLE>
<META NAME="description" CONTENT="Related Table Commands">
<META NAME="keywords" CONTENT="vol2">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="vol2.css">
<LINK REL="next" HREF="node217.html">
<LINK REL="previous" HREF="node215.html">
<LINK REL="up" HREF="node210.html">
<LINK REL="next" HREF="node217.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html4094"
 HREF="node217.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html4091"
 HREF="node210.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html4085"
 HREF="node215.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html4093"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html4095"
 HREF="node217.html">References</A>
<B> Up:</B> <A NAME="tex2html4092"
 HREF="node210.html">Multivariate Analysis Methods</A>
<B> Previous:</B> <A NAME="tex2html4086"
 HREF="node215.html">Correspondence Analysis</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION001560000000000000000">
Related Table Commands</A>
</H1>
A tutorial command (<TT>TUTORIAL/MVA</TT>) may be used to see the
very straightforward way in which the methods described here are
used.  Help commands may also be used for the required syntax.

<P>
A few MIDAS Table commands, of particular interest for the
use of multivariate routines, are mentioned here for convenience.
Note that the multivariate routines use all columns and rows in the input
tables, and hence tables must first be ``rearranged'', as desired,
before analysis.  MIDAS subsequently offers a powerful environment
for plotting results.

<P>
To show the characteristics of table mytab, to read its values to the
screen, to print it out on a good quality device, to delete column
4 of mytab, and to 
construct table mytab2 from mytab, with three columns (PC1, PC2
and PC3) in the former:

<P>
<BLOCKQUOTE>
<TT>SHOW/TAB mytab  <BR>
READ/TAB mytab  <BR>
PRINT/TAB mytab  <BR>
DELE/TAB mytab </TT><IMG
 WIDTH="34" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img431.gif"
 ALT="$\char93 4$"><TT>
<BR>
PROJ/TAB mytab mytab2 :PC1 :PC2 :PC3</TT></BLOCKQUOTE>
<P>
To select group 2 members, defined in column 4, from table MYTAB;
then plot coordinates defined in columns 1 and 2; then select group
3 members; overlay the coordinates of these points on the initial
plot with a different symbol; and finally to get a good quality
hard-copy representation:

<P>
<BLOCKQUOTE>
<TT>ASSIGN/PLOT LASER NOSPOOL <BR>
SELECT/TAB mytab </TT><IMG
 WIDTH="35" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img432.gif"
 ALT="$\char93 4$"><TT>.EQ.</TT>2<TT> <BR>
SET/PLOT STYPE=2 <BR>
PLOT/TAB  mytab </TT><IMG
 WIDTH="34" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img433.gif"
 ALT="$\char93 1$"><IMG
 WIDTH="35" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img434.gif"
 ALT="$\char93 2$"><TT> <BR>
SELE/TAB  mytab ALL            <BR>
SELE/TAB  mytab  </TT><IMG
 WIDTH="34" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img435.gif"
 ALT="$\char93 4$"><TT>.EQ.</TT>3<TT> <BR>
SET/PLOT STYPE=6 <BR>
OVER/TAB  mytab </TT><IMG
 WIDTH="35" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img436.gif"
 ALT="$\char93 1$"><IMG
 WIDTH="34" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img437.gif"
 ALT="$\char93 2$"><TT> <BR>
SEND/PLOT LASER</TT></BLOCKQUOTE>
<P>
Since the scales of group 3 members, may differ from the scale of
group 2 members in the above, it may be advisable to issue
a <TT>SET/PLOT XAXIS= YAXIS=</TT> command, with attendant minima and maxima
for the axis, before plotting.

<P>
For further details of parameters to these commands, and for other
relevant commands, the Tables chapter in this manual should be
consulted.

<P>
Also in this Tables chapter are some routines for regression.
<HR>
<!--Navigation Panel-->
<A NAME="tex2html4094"
 HREF="node217.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html4091"
 HREF="node210.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html4085"
 HREF="node215.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html4093"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html4095"
 HREF="node217.html">References</A>
<B> Up:</B> <A NAME="tex2html4092"
 HREF="node210.html">Multivariate Analysis Methods</A>
<B> Previous:</B> <A NAME="tex2html4086"
 HREF="node215.html">Correspondence Analysis</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>Petra Nass</I>
<BR><I>1999-06-15</I>
</ADDRESS>
</BODY>
</HTML>