Text List of MiniTab Commands
Text List of MiniTab Commands
Text List of MiniTab Commands
The list below assumes you have access to at least Minitab Release 10. For help on any of these, pull down the HELP
menu ... click on Contents ... and click on Session Commands. Then, scroll down the list until you reach the
command/subcommand of interest ... click on it and get additional help. Here are two examples of what you would see
if you did that ... with DESCRIBE and REGRESSION.
NOTE: The standard form for help is to show you what the command would have to be at the session window after the
MTB> prompt ... with any subcommand possibilities, followed usually with more information about the output and
possibly an example. Also, the help indicates how you would access the feature using the pull down menus and/or
dialog boxes. I am assuming with this handout that you are using the Session window and are at the MTB> prompt. I
have found this to be the most efficient way to use Minitab AFTER you get familiar with the commands.
1. DESCRIBE
Command Syntax
[EXTRA! There is an undocumented subcommand DECI that will let you get varying decimal place output from
describe ... ie, DECI 4. will yield 4 places] Displays descriptive statistics for each column. The number of nonmissing
values (N), the number of missing values (N*), the mean, median, trimmed mean (TRMEAN) standard deviation,
standard error of the mean (SEMEAN), minimum, maximum, first quartile (Q1) and third quartile (Q3) are calculated.
See also:
Stat > Basic Statistics > Descriptive Statistics <---- Pull down menu way
STATS
%DESCRIBE
2. REGRESS
Command Syntax
NOTE: There are MANY subcommands for regress ... RESI will store the errors or residuals, FITS will store predicted
values, and PRED will make Minitab subsitute some X value(s) into the equation and solve for Y' ... these are just a
couple.
NOCONSTANT.
amount of output.
See also:
COMMAND/SUBCOMMAND LIST
This list is alphabetical. In general, but not always, I will say what the command does ... and give a simple version of
the command. Again ... PLEASE SEE THE HELP SCREENS FROM THE HELP MENU ... TO GET MORE
INFORMATION AND OPTIONS WITH THE COMMANDS/SUBCOMMANDS. This is particularly true for
graphics ... and relevant subcommands ... they can be a BIT tricky!
AOVO [C] Does one way analysis of variance when data are in separate columns
MTB> boxp c4
CDF [C] Cumulative distribution function ... you input baseline score and MTB gives
you area UP TO that score. Subcommand specifies distribution.
MTB> cent c3, c10 <---- Makes z scores of c3 and puts in c10
MTB> chis c3 c4
MTB> code (3)2 c3 c4 <---- Takes all 3s in c3, makes them into
MTB> copy k1-k5 c10 <---- Takes constants k1-k5 and puts
MTB> corr c3-c6 <---- Does all pairs of rs ... c3c4, c4c6, etc.
DATA Line for entering data for commands READ and SET
END For commands READ and SET ... tells MTB you have finished data
SUBC> grid 1.
MTB> gstd
MTB> hist c5
%INTPLOT [C] Makes confidence interval plot for groups in 1 way anova
MTB> %margplot c3 c4
MTB> mean c3
MTB> median c3
NAME [C] Gives names to columns
MTB> onew c3 c4; <---- Dep var data in c3, group codes in c4
PDF [C] Probability density function ... finds relative height at X point
SUBC> norm 100 15. <---- Specify what dist you are using
MTB> rand 100 c3; <---- How many and put where
MTB> rank c4, c5 <---- Uses data in c4, ranks, and puts in c5
MTB> set c4
MTB> sort c10, c11 <---- Sorts c10 and puts in c11
SUBC> symb;
TUKEY [S] Does Tukey followup test for onew anova command
SUBC> tukey. <---- See onew command
TWOSAMPLE [C] Does t test for difference in means, data in diff columns
MTB> twos c3 c4
TWOT [C] Does same as above ... but data laid out differently
MTB> unstack c1, c10 c11; <---- Take c1 ... put in c10 c11
SUBC> subs c2. <--- using two codes values that are in c22
Return to top of page ... Top of Page ... Return to MTB Resources Page ... MTB Resources Page