How to Use Minitab

Part 1 of 4:

Entering Data

  1. How to Use Minitab Picture 1
    Get familiar with the Minitab layout. When you first start Minitab, you will be shown two main windows: the Session window and the Worksheet window. The Session window will display the output of any analysis, and the Worksheet window is where you enter your data. The worksheet window will look very similar to an Excel spreadsheet.
  2. How to Use Minitab Picture 2
    Enter your data labels in the second row of the Worksheet. The first row of the worksheet is reserved for the C1, C2, C3, etc. labels that Minitab assigns to the columns. The second row is reserved for column labels, which you can enter in manually. Simply click an empty second row cell and type in the label for that column.
  3. How to Use Minitab Picture 3
    Enter your data into columns. Once you have your column labeled, you can start entering data into the column. Pressing Enter will take you to the cell below the current one. If you click the little arrow in the upper-left corner of the Worksheet, you can change the direction of data entry so that pressing Enter will take you to the next column on the same row.
    1. If data is saved in an Excel spreadsheet, copy and paste it to Minitab. Highlight the data set saved in Excel. Right click the mouse and select copy. Go to Minitab and click the first cell below C1. Right click the mouse and select paste cells.[1]
    2. Each column should represent one type of data. For example, if you are entering information about baseball teams, one column might be RBI, one might be Errors, and one might be Home Runs.
Part 2 of 4:

Viewing Descriptive Statistics

  1. How to Use Minitab Picture 4
    Understand what descriptive statistics are. Descriptive statistics summarizes a set of data using several important values. Some descriptive statistics include:
    1. Mean - Arithmetic average value of the data in the column
    2. Standard deviation - Measure of dispersion of data
    3. Median - The middle value of a set
    4. Minimum - The smallest number in a set
    5. Maximum - The largest number in a set
  2. How to Use Minitab Picture 5
    Click the Stat menu. After entering the data set, click the Stat menu at the top of the window. Hover your mouse over Basic Statistics.
  3. How to Use Minitab Picture 6
    Select "Display Descriptive Statistics". This will open Display Descriptive Statistics window, which shows all of your columns in a list on the left, and a Variables box on the right.
  4. How to Use Minitab Picture 7
    Double-click on the variable you want to analyze. The variable will appear in the Variables box on the right side of the window.
  5. How to Use Minitab Picture 8
    Choose the statistics you want to see. Click Statistics... to choose which statistics you want to display. You can check or uncheck any of the boxes. Click OK when you've finished deciding.
  6. How to Use Minitab Picture 9
    Read the output. Click OK in the Display Descriptive Statistics window once you are satisfied with the data set and statistics options. The descriptive statistics you chose for the data you selected will appear in your Session window.
Part 3 of 4:

Creating Graphs and Charts

  1. How to Use Minitab Picture 10
    Create a histogram. Histograms graph frequencies with respect to categories. It allows you to visually see the frequency for the number of time a variable occurs.[2]
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Histogram...
    2. Select your graph type. You have four options for creating a histogram: "Simple", "With Fit", "With Outline and Groups", and "With Fit and Groups". Select "Simple".
    3. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the histogram from and click OK. Your histogram will be constructed and displayed in a new window.
  2. How to Use Minitab Picture 11
    Create a dot plot. A dot plot is similar to a histogram in that it shows which values fall into which category. It it best for small sets of data.
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Dotplot...
    2. Select your graph type. You are given seven options to pick from when creating a dot plot. Select Simple for now to create a dot plot from a single column of data.
    3. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the dot plot from and click OK. Your dot plot will appear in a new window.
  3. How to Use Minitab Picture 12
    Create a stem-and-leaf plot. The stem-and-leaf plot is also similar to a histogram. It shows the frequency at which values occur. It shows the actual numbers in each category, and there is no visual aspect to it.
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Stem-and-Leaf...
    2. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the stem-and-leaf from and click OK. Your stem-and-leaf plot will appear in the Session window.
    3. See this guide for more details on stem-and-leaf plots.
  4. How to Use Minitab Picture 13
    Create a probability plot. This plot allows you to quickly identify outliers and other departures from a normal curve.
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Probability Plot...
    2. Choose your graph type. You are given two options for making a probability plot. Choose Single for now.
    3. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the probability plot from and click OK. Your probability plot will appear in a new window.
  5. How to Use Minitab Picture 14
    Create a bar chart. A bar chart allows you to visually represent your data. It differs from a histogram in that each column in a histogram represents a quantitative variable, while columns in bar charts represent categorical variables.
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Bar Chart...
    2. Choose what your bars represent. Use the drop-down menu to choose what the bars should represent: counts of unique values, a function of a variable, or values from a table.
    3. Choose your chart type. Typically you will be choosing the Simple bar chart.
    4. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the bar chart from. You can add labels to your chart by clicking the Labels... button. Click OK to create your bar chart in a new window.
  6. How to Use Minitab Picture 15
    Create a pie chart. A pie chart acts like a bar chart in that the slices of the pie represent categorical variables.
    1. Click the Graph menu. After entering the data set, click the Graph menu at the top of the window. Select Pie Chart...
    2. Choose your data set. You will be shown a list of available data sets. Double-click the one that you want to create the pie chart from. You can add labels by clicking the Labels... button. Click OK to build the pie chart in a new window.
Part 4 of 4:

Running a Regression Analysis

  1. How to Use Minitab Picture 16
    Understand what a regression analysis does. A regression analysis models relations between random variables. There are two types of variables in regression analysis: response and predictor variables. Values of predictor variables are chosen to predict the values of response variables, and the regression analysis will, among other things, determine how accurate this prediction tends to be.
    1. Y usually represents the response variable and X usually represents predictor variable(s)
  2. How to Use Minitab Picture 17
    Create your data set. Enter response and predictor variables individually in separate columns. Make sure that the columns are properly labeled in the second row.
    1. Response Variable: Measured in an experiment. It is also called dependent variable.
    2. Predictor Variables: The variables whose values determine the change of other variables. They are also called independent variables.
  3. How to Use Minitab Picture 18
    Open the Regression wizard. Click the Stat menu and hover over Regression, and then select Regression...
  4. How to Use Minitab Picture 19
    Add your variables. Double-click the data set that is your "Response", or "dependent" variable. This will add it to the "Response" field. Then, double-click the data set that is your "Predictor", or "independent" variable. This will add it to the "Predictors" field. You can add multiple variables to the "Predictors" field.
  5. How to Use Minitab Picture 20
    Choose any graphs. If you want to generate graphs alongside your analysis, click the Graphs... button. You can then choose which graphs of the residuals that you want to create. Click OK after making your selections.
  6. How to Use Minitab Picture 21
    Choose to store results. you can have Minitab store your results, such as your residuals and fits. Click the Storage button to choose what aspects you want stored. These will be added to new columns on your spreadsheet.
  7. How to Use Minitab Picture 22
    Run the regression analysis. After you are finished configuring your options, click OK in the regression window. Minitab will calculate the regression and display any charts and stored values that you set.[3]
    1. Output from the regression analysis appears in the Session window of Minitab.
    2. The regression equation gives an approximation of how X's predict Y.
    3. P-values determine the significance of the predictor variables.
    4. R-sq describes how well the data fits the model (1 and -1 indicate perfect fit).
5 ★ | 1 Vote

May be interested

  • Check out the 'buffalo' Pokémon in Pokémon GoCheck out the 'buffalo' Pokémon in Pokémon Go
    each type of pokemon has hp, cp, ability to attack and endure differently. based on these indicators, players can determine as well as choosing the most powerful pokemon for their offensive tactics.
  • Sitting home can also locate Pokemon around, do you believe it?Sitting home can also locate Pokemon around, do you believe it?
    the tightening of the niantic developers' rules to prevent players from abusing the support tools also brings annoyance, such as those who have no conditions to move much, go away, it is hard to know. get the location of the pokemon around the area they live in
  • 5 undeniable benefits when playing Pokemon Go5 undeniable benefits when playing Pokemon Go
    get to know many new people, breathe fresh air, relieve stress, increase concentration thanks to going out for a walk .... are compelling reasons to force you to try pokemon go now .
  • Want to earn the fastest Pokécoins in Pokémon Go? So don't miss this article!Want to earn the fastest Pokécoins in Pokémon Go?  So don't miss this article!
    pokécoins in pokémon go play the role of buying items in the store. the more coins you earn, the more likely you are to buy more items. to earn pokécoins, players will have to complete certain tasks or buy real money.
  • Pokémon systems when fighting in Pokémon GoPokémon systems when fighting in Pokémon Go
    each pokémon system in pokémon go has different strengths, along with a specific weakness. this type of pokémon will have the power to attack the other pokémon, but can defeat the other pokémon. if you know the characteristics of each type, it will be easier to choose which pokémon to battle.
  • The terms you need to know when playing Pokémon GoThe terms you need to know when playing Pokémon Go
    pokémon go is the most prominent name in recent days. this game of capturing and training virtual animals has created a relatively new way of playing, as players have to constantly move to catch pokémon. during the process of joining pokémon go, you will encounter and use a lot of important terms. so what do they mean?
  • How to play Pokemon GO on Windows computersHow to play Pokemon GO on Windows computers
    recently, pokemon go has become a popular game, attracting thousands of gamers around the world. in previous posts network administrator has guided you on how to play pokemon go on android devices and ios devices. in the article below, network administrator will guide you how to play pokemon go on windows computers using bluestacks emulator software.
  • How to become a good Pokémon Go hunter?How to become a good Pokémon Go hunter?
    with a new way of playing, pokémon go has created a new phenomenon in the game village around the world. players will have to go around and find pokémon for themselves. so how to quickly catch pokémon and in large numbers?
  • Things to know to upgrade Pokémon in Pokémon GoThings to know to upgrade Pokémon in Pokémon Go
    the whirlwind pokémon go has spread its power right on the first day of its release. everyone rushed to the street to find a pokémon for themselves. therefore, in order to become a pokémon hunter, you need to master the basics of participating in pokémon go battlefield.
  • List of medals received in Pokemon GoList of medals received in Pokemon Go
    in addition to getting items when leveling up, gamers who join pokemon go also have the opportunity to receive their proud achievements.