Difference between revisions of "Xynk"

From MagnetoWiki
Jump to navigation Jump to search
(New page: XYink is a graphing and statistical program that is under development ==Tab Delimited File Format== How XYink parses tab delimited files, which is a useful format for importing: The fi...)
 
Line 1: Line 1:
 
+
Xynk is a graphing and statistical program that is under development
XYink is a graphing and statistical program that is under development
 
  
 
==Tab Delimited File Format==
 
==Tab Delimited File Format==
  
How XYink parses tab delimited files, which is a useful format for importing:
+
How XYnk parses tab delimited files, which is a useful format for importing:
  
 
The first line of the file is intepreted as the headers for the columns.
 
The first line of the file is intepreted as the headers for the columns.
  
Xyink interprets the first column in the file as the "Subjects" column, although it retains the header name from the file (i.e. the column will appear as "AID" in the measures view, but labeled as "Subject" in the data view.
+
Xynk interprets the first column in the file as the "Subjects" column, although it retains the header name from the file (i.e. the column will appear as "AID" in the measures view, but labeled as "Subject" in the data view.
  
Xyink expects to find at least a column with the heading "Group", which it uses to sort the rows into groups.
+
Xynk expects to find at least a column with the heading "Group", which it uses to sort the rows into groups.

Revision as of 10:59, 8 July 2009

Xynk is a graphing and statistical program that is under development

Tab Delimited File Format

How XYnk parses tab delimited files, which is a useful format for importing:

The first line of the file is intepreted as the headers for the columns.

Xynk interprets the first column in the file as the "Subjects" column, although it retains the header name from the file (i.e. the column will appear as "AID" in the measures view, but labeled as "Subject" in the data view.

Xynk expects to find at least a column with the heading "Group", which it uses to sort the rows into groups.