Next: guirsample() Up: Graphical Interface Help File Previous: guirandom()   Contents

guireadfile()

Usage:
guireadfile(type:readtype,useclip:TF)



Keywords:
guireadfile() is a dialog based interface to the most common
ways to read data into MacAnova.  If useclip is T, then guireadfile()
will read from the clipboard; otherwise it will read from a file.
The possible readtypes (as character scalars) are:
    "matread"	            read in matread format
    "matread/datafile"      read from DATAFILE in matread format
    "vecread"               read data as a vector
    "vecread/matrix"        read data but store as matrix
    "readdata/labelled"     read labelled columns
    "readdata/unlabelled"   read unlabelled columns


Gary Oehlert 2006-01-30