DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T s

⟦5a130ce07⟧ TextFile

    Length: 4588 (0x11ec)
    Types: TextFile
    Names: »sheet«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/doc/sheet« 

TextFile

.po .75i
.ps 9p
.vs 10p
.nf
.ta .25i +.5i +1i
.de HH
.sp
.ps 10p
.ft B
UNIX | STAT \\$1 PROGRAMS
.ft R
.ps 9p
..
.ds GO (uses getopt)
.de PG\"program name purpose uses-getopt?
.sp
.ft B
\\$1: \\$2 \\$3
.ft R
..
.de AG
.ds _D
.if !'\\$4'' .ds _D (default: \\$4)
	\fB\\$1\fR	\\$2	\\$3 \\*(_D
..
.de SI\"standard input
.AG "" [-] "read from standard input
..
.HH UTILITY
.PG calc "algebraic modeling calculator
.AG "" [files] "input files
.SI
.PG io "control and monitor input/output" "\*(GO
.AG -m "" "request monitor"
.AG -f "" "force overwrites for output files"
.AG -a "" "append output files"
.AG ""  [files] "files to be processed
.PG manstat "get manual entry for UNIX|STAT programs" "\*(GO
.AG -d docdir "directory where manual entries are found" "usually preset
.PG validata "validate file for consistency
.HH TRANSFORMATION
.PG "abut" "formatted printing of corresponding lines from files" "\*(GO
.AG -f format "format width of columns" "tabs between files
.AG -c "" "cycle through short files"
.AG -n "" "number output lines"
.AG "" [files] "read files
.SI
.PG colex "column extraction" "\*(GO
.AG -f "" "force-fill columns with dummy string
.AG -q "" "quote output columns
.AG -i "" "ignore missing columns
.AG "" "cols" "column numbers or ranges
.PG dm "data manipulation
.AG E "file" "file of expressions
.AG "" exprs "expressions
.PG maketrix "form a matrix file" "\*(GO
.AG -s  ""   "be silent about uneven last line
.AG "" ncols "number of columns" 2
.PG perm "randomly permute lines
.PG repeat "repeat a string or file
.AG "" count "number of repetitions (negative for string)
.AG "" [name] "file or string to be repeated
.PG reverse "reverse lines, fields, characters" "\*(GO
.AG -l "" "reverse lines (the default without options)
.AG -f "" "reverse fields
.AG -c "" "reverse characters
.PG series "print a series of numbers
.AG "" start "first number in series
.AG "" end "last number in series
.AG "" [incr] "increment (can be negative)" 1
.PG "trans" "transform columns
.AG "" "opers" "operations (operator and operand: e.g., =x1 +12 /x3)
.PG transpose "transpose matrix type input" "\*(GO
.AG -f format "format width of fields" "tabs between fields
.bp
.HH ANALYSIS
.PG "anova" "multi-factor analysis of variance with repeated measures
.AG "" [names] "column names of factors" "RANDOM A B C ... DATA"
.PG critf "probability to F-ratio conversion
.AG "" prob "probability level
.AG "" df1 "numerator degrees of freedom
.AG "" df2 "denominator degrees of freedom
.PG desc "descriptive statistics" "\*(GO
.AG -c "" "cumulative frequencies or proportions
.AG -f "" "request table of frequencies
.AG -F Ho "F-test against mean Ho" "no test
.AG -h "" "request a histogram
.AG -i width "interval width for tables and histograms
.AG -m min "minimum allowable value"
.AG -M max "maximum allowable value
.AG -o "" "request order statistics
.AG -s "" "request summary statistics
.AG -v "" "print statistics in name=value format
.PG dprime "d' and beta computations for signal detection data
.AG "" [hr/far] "hit rate/false alarm rate
.PG "oneway" "one way analysis of variance" "\*(GO
.AG -s splitter "special number to split groups" "-1"
.AG -t "" "request t-test format for two group data
.AG "" "[names]" "names for groups" "Group 1, Group 2, ..."
.PG pair "paired data analysis and scatterplots" "\*(GO
.AG -b "" "request bivariate plot (same as p)
.AG -c pchar "plotting character" "1 2 3 ... *"
.AG -h height "plot height (in lines)" 20
.AG -p "" "request plot (same as b)
.AG -s "" "request summary statistics
.AG -w width "plot width (in columns)" 60
.AG -x xname "name of first variable" "Column 1
.AG -y yname "name of second variable" "Column 2
.PG pof "probability of F-ratio
.AG "" F-ratio "obtained F
.AG "" df1 "numerator degrees of freedom
.AG "" df2 "denominator degrees of freedom
.PG regress "multiple linear regression" "\*(GO
.AG -s "" "print sums of squares
.AG -c "" "print covariance matrix
.AG -p "" "partial correlation analysis
.AG "" [names] "column names for variables" "REG A B C ..."
.PG ts "time series analysis and plots" "\*(GO
.AG -a "" "no axes around plots
.AG -b base "base number of times series
.AG -c lag "autocorrelations of lags 1:lag
.AG -e "" "echo time series (see l option)
.AG -i width "set interval width
.AG -l length "set series length
.AG -n number "label output lines every `number' lines
.AG -p "" "request plot
.AG -P type "request plot of variable type
.AG -s "" "request summary statistics
.AG -w width "set width of plot" 70
.PG vincent "time series comparison
.AG "" n "number of divisions
.AG "" files "input files
.SI