REALCOM-IMPUTE: multiple imputation using MLwin. Modified September Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol

Size: px
Start display at page:

Download "REALCOM-IMPUTE: multiple imputation using MLwin. Modified September Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol"

Transcription

1 REALCOM-IMPUTE: multiple imputation using MLwin. Modified September 2014 by Harvey Goldstein, Centre for Multilevel Modelling, University of Bristol This description is divided into two sections. In the first we show how MLwiN can be used in conjunction with the REALCOM macros ( ) to carry out multiple imputation for continuous or discrete data at up to 2 levels. In the second section we describe how MLwiN can be used in conjunction with the REALCOM macros to carry out a wide range of general multilevel multivariate response models that can be specified straightforwardly from within MLwiN. In both cases MLwiN commands and a menu system have been developed to make the analyses as straightforward as possible. 1. Imputation Multiple imputation (MI) is an efficient and very general procedure for handling missing data in either response or predictor variables in generalised linear models and in the present case extended to multilevel models. A detailed description of MI can be found at which also has a set of MLwiN macros for carrying out multiple imputation. These macros, however, have certain limitations. In general they only apply where all the variables containing missing values have normal distributions They cannot be used where a higher level variable has missing data As part of the Bristol REALCOM project it is now possible to overcome these limitations. Specially written REALCOM macros for handling multivariate models with responses at two levels are described in Chapter 3 of the training materials for REALCOM available at The theory behind the use of these for multiple imputation is described and is also discussed in Goldstein et al. (2009). The advantage of the procedure over existing procedures is that it deals properly with categorical as well as normal data and also with multilevel structures. The following describes how such a full imputation procedure can be implemented straightforwardly using MLwiN in conjunction with REALCOM-IMPUTE. Currently, only 2-level hierarchical data can be handled, although in some cases it will possible to substitute fixed for random effects. Thus, in a 3-level structure a fixed (dummy) variable for each level 3 unit could be used and a similar procedure for a cross classified model. We should emphasise that the MLwiN team would welcome any feedback and will do their best to respond to queries. The MLwiN team cannot be held responsible for any consequences arising from the use of these procedures as they have been implemented. The procedure has three stages. The first stage is to set up a model in MLwiN where some of the variables have missing data. This can be done using commands or a menu. The second stage is to run REALCOM-IMPUTE which is special version of REALCOM. The third stage

2 is to run MLwiN using the results output from REALCOM-IMPUTE to produce the model estimates. Stage 1 The model of interest (MOI) should be set up in MLwiN. If you are using MLwiN 2.11 or earlier you will not see the option for specifying weights (see later). Note that prior to MLwiN version 2.19 you will obtain an error if you attempt to use a multicategory variable containing missing values as a response or predictor. To avoid this do the following: Set up the imputation specification before setting up the model of interest in MLwiN. Then set up the model of interest in MLwiN, but changing all missing values in such a variable to a legitimate code before declaring the variable in the model. Since the MOI is only run with the imputed datasets this will not cause problems. Versions 2.19 onwards have fixed this problem. Using the menu Click on imputation on the model menu and the save imputation specification and you will see the following screen: Enter number of responses and under variables to be used as responses enter all the variables that have any missing data. You can also enter variables with no missing values but these can also be entered as auxiliary variables and that will often be preferable. By each response enter the variable type. Enter number of auxiliary variables. Under auxiliary variables enter all the remaining variables (these must have no missing data) that you wish to use in the imputation model in REALCOM to assist in the imputation (prediction) of the missing data. You can enter variables that are not in the MOI. Enter the column numbers for the level 1 and level 2 weights these do not need to be standardised. If these are left at the default value [none] equal weights will be used. There should be no missing values in these columns. For a description of weighting see the MLwiN help topic.

3 Note that you can stretch the boxes to incorporate long names. When you click done you will be asked for the (full path) name of the file that is read in by REALCOM NOTE that the constant term must be included as an auxiliary variable (no missing values) and called CONS Note that if you wish to carry out a single level imputation you will still need to enter a column for the level 2 ID, but will not be used if you remove it on the REALCOM-IMPUTE menu (see below). Using commands The following three commands can also be used. IMPU C1 C2. Cn Type1 Type2.Typen Where C1 Cn are variables with missing data to be imputed, Type1 Typen are data types (as in REALCOM) AUXI C1 C2.Cn C1 is the level 2 ID, C2 is CONS C3 Cn are any auxiliary (fully observed) variables. NOTE that the constant term must be included as an auxiliary variable (no missing values) and called CONS. If using the AUXI command rather than the menu note also that the first auxiliary variable must be the level 2 ID. See later for a description of the command for weights. NOTE: level 2 variables must follow all level 1 variables. The types are: 1=normal, 2=unordered categorical, 3=ordered categorical. Note that binary variables must be coded 2. Note also that any set of integer codes for categorical variables can be used. ISAVE path where file for input to MATLAB is to be saved. End file name with.txt REALCOM-IMPUTE You will need to install this program by running the file Realcom-impute.msi which can be downloaded from the REALCOM web site You will need to have installed the matlab runtime installer as described. Start the program and you will see the GUI screen (see below) Alternatively, if MATLAB is available and source macros are available, you can do the following: In directory where MATLAB files are located start MATLAB by double clicking on gui_2levmixresp.m This will open MATLAB and you will be presented with the matlab file gui_2levmixresp.m press F5 to run the GUI. The GUI screen will appear as follows (Note that there is now an extra button allowing you to remove the level 2 identifier if you wish to run a single level imputation).

4 Now, in the GUI click on open data file and enter (browse for) the input file specified above. The following screen will now appear with a description of the weights in this case equal weights. Note that the possibility of differential weights is not currently available see section below. In the GUI you can view the equations. Then you should specify the MCMC estimation settings and then click on impute to specify the iteration cycles where you want imputed datasets to be produced. It is suggested that you should allow 500 iterations between imputations to ensure independence, although sometimes fewer may be adequate. You will

5 also typically need 10+ imputed sets. Thus, if you specify 10 sets and a gap of 500, you will need 4501 total iterations assuming you designate the first iteration after the burn in for imputing. You should browse to specify a directory for these best to make it a subdirectory of the one where the data are. Click start MCMC run and wait till it has finished (you can monitor one or more parameters). By default, the first time the Impute window is opened, a set of ten values will be displayed, being equally spaced among the iterations you have specified. You can change these and the changes will be remembered for the current run of the software. You can also revert to the default set by clicking on Defaults. It is suggested that you do monitor one or two parameters so that you can see when iterations have finished. If you have specified a categorical variable it is only necessary that the category values have integer codes; REALCOM-IMPUTE will detect these codes in the data and carry out the appropriate imputations. Now go back to MLwiN and make sure you have loaded up the worksheet that contains the data (including missing data) and the MOI. You may now use the menu or commands. Menu Select the menu as before but now select retrieve imputation and you will be asked for the folder which contains the file impvals.txt containing all the imputed datasets as in the IRETR command below (which is more flexible, allowing you to select the data sets to be used). Select the menu as before but now select Start analysis to run the model with the imputed datasets with results displayed in the equations window. Commands Type: IRETR path+filename where imputes are stored. The actual filename you will need (it contains details of number of imputations etc) is impvals.txt Type ISTAR n n,... n 1, 2 k This will use completed data sets n 1, n2,... nk listed in impvals.txt where numbering starts at 0. Thus e.g. ISTAR will use data sets 1,3 and 5. If no numbers are specified all the completed sets will be used. The results will be computed and displayed in the equations window. Note that you may need to refresh the equations window by clicking estimates a few times. General If you are fitting a multivariate model then you need to have set this up using the multivariate screen. When specifying the variables to be imputed and the auxiliary variables, use the original variables from which the multivariate variables have been created. If there are interactions in the model, use the interactions menu to specify these and when specifying the variables to be imputed and the auxiliary variables include only the basic variables and not the created interaction variables. If there are polynomial terms these should be created using the interactions menu.

6 For both interactions and with multivariate data, mlwin will create the necessary variables when retrieving the completed data sets and fitting the model of interest. For each pair of unordered categorical variables you should ensure that there are no empty cells in their cross-tabulation. If this happens the level 2 covariance matrix may become ill conditioned since the corresponding covariance is unidentified. The software will detect this, output a message, and will stop with current values after this has occurred at 10 iterations. In such cases you will need to group categories. In addition, if there are cells with very small numbers of level 1 units the level 2 covariance matrix can become ill-conditioned and a similar warning will be issued. Again, you will need to consider grouping categories. Automatic procedures for dealing with such situations will be incorporated in future versions. File structures The file produced by MLwiN for REALCOM has the following format: Number of response variables (NR) Number of auxiliary variables; first auxiliary variable is level 2 ID, second is CONS Type of response; NR values Variable names, responses followed by auxiliary variables Data records with variables in the above order. For example, for 3 responses with 4 auxiliary (including level 2 ID and CONS) we might have the following: EXAMVR standlrt girl school cons VR2 VR e e e e e e e e The file impvals.txt produced by REALCOM has the following format: Variable names for responses Number of level 1 records for each data set (N1) Number of imputed data sets (NI)

7 NI names one for each imputed data set. The names have the format impiteiterx, where x is the iteration number at which the imputation is made. Thus, for the above example, if we have 10 imputations at 1000, and the number of level 1 units is 4059, we would have: EXAMVR standlrt girl imputeiter1000 imputeiter2000 imputeiter3000 imputeiter4000 imputeiter5000 imputeiter6000 imputeiter7000 imputeiter8000 imputeiter9000 imputeiter10000 Other software packages can be used to produce these files if required. A series of commands for STATA has been written see website for details. NOTE that in the REALCOM input and output files all file name lists should have tab separators between file names. An example We illustrate the procedure using a subset of the tutorial data set. Open MLwiN and load this data set. We shall use just the first 15 schools, so type the command CHOOse 1 15 c1 C2-C10 C1 C2-C10 Now set up a model with NORMEXAM as response, with CONS, STANDLRT, GIRL and VRBAND (a 3-category variable) as predictors with SCHOOL as level 2 ID and STUDENT as level 1 ID. Run this model and you will obtain the following results: We are now going to introduce missing values randomly chosen. Type the following commands: URAN 1110 C20 Calc C21=(C20>0.25) Chan 0 C21 missing C21 Calc C3=C21*C3 Note this makes random 25% NORMEXAM values missing CALC C21=(C20<=0.2 C20>=0.3) CHAN 0 C21 missing C21

8 CALC C5=C5*C21 Note this makes 10% LRT missing with 5% records missing both CALC C21=(C20<=0.15 C20>=0.25) CHAN 0 C21 missing C21 CALC C6=C6*C21 Note this makes 10% Girls with missing values and 5% of records missing all three. If you now run the model again you will obtain a result similar to Notice the reduced number of records used and the increase in the fixed part standard errors. Where any variable is missing MLwiN will by default omit this record from the analysis. We now set up C3, C5, C6 as responses and the intercept and VRBAND as auxiliary variables. The following commands can be used or the menu IMPUte C3 C5 C AUXIliary C1 C4 C10 ISAVE D:\IMPUTE\test.txt You can choose any convenient location for the ISAVE command. Note that we are treating the binary variable girl as an unordered category. Now open REALCOM-IMPUTE and open the test.txt file (or whatever you specified) as data input. Select the settings as described above and start the MCMC iterations. These may be very slow so that you might like, for testing purposes, to just have a burn in of 100 and impute 5 datasets with a spacing of 100 iterations. Once this has finished go back to MLwiN, make sure you have the original MOI set up and read in the impvals.txt file using the menu or the following commands IRETRieve D:\IMPUTE\impvals.txt Note we assume that we have specified the output to go into D:\IMPUTE ISTAR

9 The following output (or very similar values) will be displayed once iterations have completed. The above REALCOM-IMPUTE settings have been used. Notice that the standard errors for the fixed part parameters are mostly intermediate between the full data set and the listwise deleted data set. Note also that you will not have a loglikelihood value since this is not defined for the combined data. For inference you can use the standard errors given. For inferences on linear functions of parameters, for example if you have a multicategory variable such as verbal reasoning band, you can use the intervals and tests menu as with standard models. Fitting multivariate 2-level models with mixed response types at one or both levels. The REALCOM macros allow the fitting of such models and a full description is given on the REALCOM web site. The commands and menus described above can also be used to fit these models straightforwardly from within MLwiN in conjunction with REALCOM-IMPUTE. Suppose we have three responses at level 1 or level 2, y 1, y2, y3 and two predictors including the intercept, x 0, x1. We can use the above commands or menus to define the responses and their data types and then define the level 2 ID and x 0, x1 as auxiliary variables. The responses may or may not have missing values. The REALCOM file will then be set up automatically with the required model and the user will just need to enter the MCMC estimation settings and decide what to monitor. In addition, if required, constraints can be imposed and further level 2 random effects defined for any level 1 responses. There will be no need to enter any IMPUTE specifications if the purpose is simply to fit the REACOM model. Once iterations are finished the results can be viewed from the REALCOM screen. Using sampling weights In MLwiN there is currently a facility to specify weights attached to units at any level. See the help item in MLwiN for details. Research is currently underway into the possible use of such weights when making imputations. Preliminary results suggest that weights are not needed at the imputation stage and REALCOM-IMPUTE does not at the moment allow the use of differential weights. Hypothesis testing When MLwiN combines the imputed datasets it produces a combined estimate of the full covariance matrices of the fixed and random parameters (in C1099 and C1097). You can therefore use the interval and tests menu in MLwiN to estimate confidence intervals for linear functions of parameters and to test hypotheses involving several parameters.

10 MCMC Currently, the fitting and combination of completed datasets within MLwiN cannot be done when using MCMC estimation. To do this the user will need to combine datasets manually. STATJR This new software will now carry out the same set of analyses as REALCOM-IMPUTE and is considerably faster. Details are available at References Goldstein, H., Carpenter, J., Kenward, M. and levin, K. (2009). "Multilevel Models with multivariate mixed response types." Statistical Modelling. 9(3): Carpenter, J., Goldstein, H. and Kenward, M. G.. (2011). REALCOM-IMPUTE software for multilevel multiple imputation with mixed response types. J. Statistical Software, 45,5, Troubleshooting You may find that the results you get look strange, or there may be warning messages displayed on the MATLAB command interface screen or the program may crash. The following are some things to check. 1. Make sure that there are no missing values in any of the auxiliary (explanatory) variables or in the weights. 2. Make sure that there are no linear dependencies among any of the variables 3. Check that the data are ordered within level 2 units 4. Check that the level 2 responses follow the level 1 responses 5. You may not have allowed enough IGLS iterations, especially for generalised linear models. Change this using the command: MAXIt n. We suggest n=50 is safe. 6. If all level responses are missing for a record then this should ideally be removed from the imputation since it will add noise, unless you also have an auxiliary that is reasonably highly correlated with one or more responses. 7. If you are adding a level 2 identifier to fit a 2-level model make sure you specify one (e.g. CONS) or more random coefficients at level Make sure that binary variables are coded as unordered categorical. 9. Ensure that there are enough level 2 units for the number of responses in your model. For example, if you have 6 responses each with a level 2 random intercept, this implies 21 variances and covariances at level 2. If you only have 20 level 2 units, REALCOM will not be able to fit the model. You should, as a rule of thumb, aim for at least three times as many level 2 units as there are level 2 parameters.

Multiple Imputation for Multilevel Models with Missing Data Using Stat-JR

Multiple Imputation for Multilevel Models with Missing Data Using Stat-JR Multiple Imputation for Multilevel Models with Missing Data Using Stat-JR Introduction In this document we introduce a Stat-JR super-template for 2-level data that allows for missing values in explanatory

More information

Chapter 1: Random Intercept and Random Slope Models

Chapter 1: Random Intercept and Random Slope Models Chapter 1: Random Intercept and Random Slope Models This chapter is a tutorial which will take you through the basic procedures for specifying a multilevel model in MLwiN, estimating parameters, making

More information

CHAPTER 7 EXAMPLES: MIXTURE MODELING WITH CROSS- SECTIONAL DATA

CHAPTER 7 EXAMPLES: MIXTURE MODELING WITH CROSS- SECTIONAL DATA Examples: Mixture Modeling With Cross-Sectional Data CHAPTER 7 EXAMPLES: MIXTURE MODELING WITH CROSS- SECTIONAL DATA Mixture modeling refers to modeling with categorical latent variables that represent

More information

Generalized least squares (GLS) estimates of the level-2 coefficients,

Generalized least squares (GLS) estimates of the level-2 coefficients, Contents 1 Conceptual and Statistical Background for Two-Level Models...7 1.1 The general two-level model... 7 1.1.1 Level-1 model... 8 1.1.2 Level-2 model... 8 1.2 Parameter estimation... 9 1.3 Empirical

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software December 2011, Volume 45, Issue 5. http://www.jstatsoft.org/ REALCOM-IMPUTE Software for Multilevel Multiple Imputation with Mixed Response Types James R. Carpenter

More information

Manual supplement for MLwiN Version Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger

Manual supplement for MLwiN Version Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger Manual supplement for MLwiN Version 2.14 Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger October 2009 Manual supplement for MLwiN Version 2.14 Copyright 2009 Jon Rasbash, Chris Charlton, Kelvyn

More information

Manual supplement for MLwiN Version Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger

Manual supplement for MLwiN Version Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger Manual supplement for MLwiN Version 2.31 Jon Rasbash Chris Charlton Kelvyn Jones Rebecca Pillinger August 2014 Manual supplement for MLwiN Version 2.31 Copyright 2014 Jon Rasbash, Chris Charlton, Kelvyn

More information

[/TTEST [PERCENT={5}] [{T }] [{DF } [{PROB }] [{COUNTS }] [{MEANS }]] {n} {NOT} {NODF} {NOPROB}] {NOCOUNTS} {NOMEANS}

[/TTEST [PERCENT={5}] [{T }] [{DF } [{PROB }] [{COUNTS }] [{MEANS }]] {n} {NOT} {NODF} {NOPROB}] {NOCOUNTS} {NOMEANS} MVA MVA [VARIABLES=] {varlist} {ALL } [/CATEGORICAL=varlist] [/MAXCAT={25 ** }] {n } [/ID=varname] Description: [/NOUNIVARIATE] [/TTEST [PERCENT={5}] [{T }] [{DF } [{PROB }] [{COUNTS }] [{MEANS }]] {n}

More information

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings Statistical Good Practice Guidelines SSC home Using Excel for Statistics - Tips and Warnings On-line version 2 - March 2001 This is one in a series of guides for research and support staff involved in

More information

STATISTICS FOR PSYCHOLOGISTS

STATISTICS FOR PSYCHOLOGISTS STATISTICS FOR PSYCHOLOGISTS SECTION: JAMOVI CHAPTER: USING THE SOFTWARE Section Abstract: This section provides step-by-step instructions on how to obtain basic statistical output using JAMOVI, both visually

More information

Module 15: Multilevel Modelling of Repeated Measures Data. MLwiN Practical 1

Module 15: Multilevel Modelling of Repeated Measures Data. MLwiN Practical 1 Module 15: Multilevel Modelling of Repeated Measures Data Pre-requisites MLwiN Practical 1 George Leckie, Tim Morris & Fiona Steele Centre for Multilevel Modelling MLwiN practicals for Modules 3 and 5

More information

CHAPTER 11 EXAMPLES: MISSING DATA MODELING AND BAYESIAN ANALYSIS

CHAPTER 11 EXAMPLES: MISSING DATA MODELING AND BAYESIAN ANALYSIS Examples: Missing Data Modeling And Bayesian Analysis CHAPTER 11 EXAMPLES: MISSING DATA MODELING AND BAYESIAN ANALYSIS Mplus provides estimation of models with missing data using both frequentist and Bayesian

More information

Introduction to Mplus

Introduction to Mplus Introduction to Mplus May 12, 2010 SPONSORED BY: Research Data Centre Population and Life Course Studies PLCS Interdisciplinary Development Initiative Piotr Wilk piotr.wilk@schulich.uwo.ca OVERVIEW Mplus

More information

Minitab 17 commands Prepared by Jeffrey S. Simonoff

Minitab 17 commands Prepared by Jeffrey S. Simonoff Minitab 17 commands Prepared by Jeffrey S. Simonoff Data entry and manipulation To enter data by hand, click on the Worksheet window, and enter the values in as you would in any spreadsheet. To then save

More information

Exploring Data. This guide describes the facilities in SPM to gain initial insights about a dataset by viewing and generating descriptive statistics.

Exploring Data. This guide describes the facilities in SPM to gain initial insights about a dataset by viewing and generating descriptive statistics. This guide describes the facilities in SPM to gain initial insights about a dataset by viewing and generating descriptive statistics. 2018 by Minitab Inc. All rights reserved. Minitab, SPM, SPM Salford

More information

Multilevel Masterclass

Multilevel Masterclass Multilevel Masterclass University of Stirling Kelvyn Jones Session Three: Fitting a Two-Level Model in MLwiN (used Beta9) Introduction This chapter aims to provide a straightforward example of fitting

More information

Multiple-imputation analysis using Stata s mi command

Multiple-imputation analysis using Stata s mi command Multiple-imputation analysis using Stata s mi command Yulia Marchenko Senior Statistician StataCorp LP 2009 UK Stata Users Group Meeting Yulia Marchenko (StataCorp) Multiple-imputation analysis using mi

More information

ANNOUNCING THE RELEASE OF LISREL VERSION BACKGROUND 2 COMBINING LISREL AND PRELIS FUNCTIONALITY 2 FIML FOR ORDINAL AND CONTINUOUS VARIABLES 3

ANNOUNCING THE RELEASE OF LISREL VERSION BACKGROUND 2 COMBINING LISREL AND PRELIS FUNCTIONALITY 2 FIML FOR ORDINAL AND CONTINUOUS VARIABLES 3 ANNOUNCING THE RELEASE OF LISREL VERSION 9.1 2 BACKGROUND 2 COMBINING LISREL AND PRELIS FUNCTIONALITY 2 FIML FOR ORDINAL AND CONTINUOUS VARIABLES 3 THREE-LEVEL MULTILEVEL GENERALIZED LINEAR MODELS 3 FOUR

More information

Multiple imputation using chained equations: Issues and guidance for practice

Multiple imputation using chained equations: Issues and guidance for practice Multiple imputation using chained equations: Issues and guidance for practice Ian R. White, Patrick Royston and Angela M. Wood http://onlinelibrary.wiley.com/doi/10.1002/sim.4067/full By Gabrielle Simoneau

More information

Predict Outcomes and Reveal Relationships in Categorical Data

Predict Outcomes and Reveal Relationships in Categorical Data PASW Categories 18 Specifications Predict Outcomes and Reveal Relationships in Categorical Data Unleash the full potential of your data through predictive analysis, statistical learning, perceptual mapping,

More information

Multicollinearity and Validation CIVL 7012/8012

Multicollinearity and Validation CIVL 7012/8012 Multicollinearity and Validation CIVL 7012/8012 2 In Today s Class Recap Multicollinearity Model Validation MULTICOLLINEARITY 1. Perfect Multicollinearity 2. Consequences of Perfect Multicollinearity 3.

More information

Missing Data Missing Data Methods in ML Multiple Imputation

Missing Data Missing Data Methods in ML Multiple Imputation Missing Data Missing Data Methods in ML Multiple Imputation PRE 905: Multivariate Analysis Lecture 11: April 22, 2014 PRE 905: Lecture 11 Missing Data Methods Today s Lecture The basics of missing data:

More information

Data-Analysis Exercise Fitting and Extending the Discrete-Time Survival Analysis Model (ALDA, Chapters 11 & 12, pp )

Data-Analysis Exercise Fitting and Extending the Discrete-Time Survival Analysis Model (ALDA, Chapters 11 & 12, pp ) Applied Longitudinal Data Analysis Page 1 Data-Analysis Exercise Fitting and Extending the Discrete-Time Survival Analysis Model (ALDA, Chapters 11 & 12, pp. 357-467) Purpose of the Exercise This data-analytic

More information

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SAS SAS (originally Statistical Analysis Software ) is a commercial statistical software package based on a powerful programming

More information

Practical 2: A statistical analysis assistant for conducting regression type analyses

Practical 2: A statistical analysis assistant for conducting regression type analyses Stat-JR Workflow & ebook Workshop 3 rd Sept 2015, Bristol. Practical Workbook 2 Practical 2: A statistical analysis assistant for conducting regression type analyses Stat-JR Workflow & ebook Workshop 3

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION Introduction CHAPTER 1 INTRODUCTION Mplus is a statistical modeling program that provides researchers with a flexible tool to analyze their data. Mplus offers researchers a wide choice of models, estimators,

More information

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL SPSS QM II SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform some statistical analyses in SPSS. Details around a certain function/analysis method not covered

More information

Missing Data Techniques

Missing Data Techniques Missing Data Techniques Paul Philippe Pare Department of Sociology, UWO Centre for Population, Aging, and Health, UWO London Criminometrics (www.crimino.biz) 1 Introduction Missing data is a common problem

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

IBM SPSS Categories 23

IBM SPSS Categories 23 IBM SPSS Categories 23 Note Before using this information and the product it supports, read the information in Notices on page 55. Product Information This edition applies to version 23, release 0, modification

More information

Multiple Imputation for Missing Data. Benjamin Cooper, MPH Public Health Data & Training Center Institute for Public Health

Multiple Imputation for Missing Data. Benjamin Cooper, MPH Public Health Data & Training Center Institute for Public Health Multiple Imputation for Missing Data Benjamin Cooper, MPH Public Health Data & Training Center Institute for Public Health Outline Missing data mechanisms What is Multiple Imputation? Software Options

More information

A Fast Multivariate Nearest Neighbour Imputation Algorithm

A Fast Multivariate Nearest Neighbour Imputation Algorithm A Fast Multivariate Nearest Neighbour Imputation Algorithm Norman Solomon, Giles Oatley and Ken McGarry Abstract Imputation of missing data is important in many areas, such as reducing non-response bias

More information

Blimp User s Guide. Version 1.0. Brian T. Keller. Craig K. Enders.

Blimp User s Guide. Version 1.0. Brian T. Keller. Craig K. Enders. Blimp User s Guide Version 1.0 Brian T. Keller bkeller2@ucla.edu Craig K. Enders cenders@psych.ucla.edu September 2017 Developed by Craig K. Enders and Brian T. Keller. Blimp was developed with funding

More information

Multiple Imputation with Mplus

Multiple Imputation with Mplus Multiple Imputation with Mplus Tihomir Asparouhov and Bengt Muthén Version 2 September 29, 2010 1 1 Introduction Conducting multiple imputation (MI) can sometimes be quite intricate. In this note we provide

More information

Introduction to Stata: An In-class Tutorial

Introduction to Stata: An In-class Tutorial Introduction to Stata: An I. The Basics - Stata is a command-driven statistical software program. In other words, you type in a command, and Stata executes it. You can use the drop-down menus to avoid

More information

Also, for all analyses, two other files are produced upon program completion.

Also, for all analyses, two other files are produced upon program completion. MIXOR for Windows Overview MIXOR is a program that provides estimates for mixed-effects ordinal (and binary) regression models. This model can be used for analysis of clustered or longitudinal (i.e., 2-level)

More information

Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition

Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition Bluman & Mayer, Elementary Statistics, A Step by Step Approach, Canadian Edition Online Learning Centre Technology Step-by-Step - Minitab Minitab is a statistical software application originally created

More information

Introduction to Mixed Models: Multivariate Regression

Introduction to Mixed Models: Multivariate Regression Introduction to Mixed Models: Multivariate Regression EPSY 905: Multivariate Analysis Spring 2016 Lecture #9 March 30, 2016 EPSY 905: Multivariate Regression via Path Analysis Today s Lecture Multivariate

More information

Cluster Randomization Create Cluster Means Dataset

Cluster Randomization Create Cluster Means Dataset Chapter 270 Cluster Randomization Create Cluster Means Dataset Introduction A cluster randomization trial occurs when whole groups or clusters of individuals are treated together. Examples of such clusters

More information

An introduction to SPSS

An introduction to SPSS An introduction to SPSS To open the SPSS software using U of Iowa Virtual Desktop... Go to https://virtualdesktop.uiowa.edu and choose SPSS 24. Contents NOTE: Save data files in a drive that is accessible

More information

7. Decision or classification trees

7. Decision or classification trees 7. Decision or classification trees Next we are going to consider a rather different approach from those presented so far to machine learning that use one of the most common and important data structure,

More information

An Introduction to Growth Curve Analysis using Structural Equation Modeling

An Introduction to Growth Curve Analysis using Structural Equation Modeling An Introduction to Growth Curve Analysis using Structural Equation Modeling James Jaccard New York University 1 Overview Will introduce the basics of growth curve analysis (GCA) and the fundamental questions

More information

Stat-JR LEAF Workflow Guide (1.0.4 beta release)

Stat-JR LEAF Workflow Guide (1.0.4 beta release) Stat-JR LEAF Workflow Guide (1.0.4 beta release) This documentation was written by William Browne*, Richard Parker*, Chris Charlton*, Danius Michaelides** and Luc Moreau** *Centre for Multilevel Modelling,

More information

Example Using Missing Data 1

Example Using Missing Data 1 Ronald H. Heck and Lynn N. Tabata 1 Example Using Missing Data 1 Creating the Missing Data Variable (Miss) Here is a data set (achieve subset MANOVAmiss.sav) with the actual missing data on the outcomes.

More information

Stat-JR LEAF Workflow Guide (1.0.5)

Stat-JR LEAF Workflow Guide (1.0.5) Stat-JR LEAF Workflow Guide (1.0.5) This documentation was written by William Browne*, Richard Parker*, Chris Charlton*, Danius Michaelides** and Luc Moreau** *Centre for Multilevel Modelling, University

More information

MINITAB 17 BASICS REFERENCE GUIDE

MINITAB 17 BASICS REFERENCE GUIDE MINITAB 17 BASICS REFERENCE GUIDE Dr. Nancy Pfenning September 2013 After starting MINITAB, you'll see a Session window above and a worksheet below. The Session window displays non-graphical output such

More information

Introduction to Matlab Simulink. Control Systems

Introduction to Matlab Simulink. Control Systems Introduction to Matlab Simulink & their application in Control Systems ENTC 462 - Spring 2007 Introduction Simulink (Simulation and Link) is an extension of MATLAB by Mathworks Inc. It works with MATLAB

More information

STATISTICS (STAT) Statistics (STAT) 1

STATISTICS (STAT) Statistics (STAT) 1 Statistics (STAT) 1 STATISTICS (STAT) STAT 2013 Elementary Statistics (A) Prerequisites: MATH 1483 or MATH 1513, each with a grade of "C" or better; or an acceptable placement score (see placement.okstate.edu).

More information

Opening Windows into the Black Box

Opening Windows into the Black Box Opening Windows into the Black Box Yu-Sung Su, Andrew Gelman, Jennifer Hill and Masanao Yajima Columbia University, Columbia University, New York University and University of California at Los Angels July

More information

Michele Samorani. University of Alberta School of Business. More tutorials are available on Youtube

Michele Samorani. University of Alberta School of Business. More tutorials are available on Youtube Dataconda Tutorial* Michele Samorani University of Alberta School of Business More tutorials are available on Youtube What is Dataconda? Software program to generate a mining table from a relational database

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview Chapter 888 Introduction This procedure generates D-optimal designs for multi-factor experiments with both quantitative and qualitative factors. The factors can have a mixed number of levels. For example,

More information

Psychology 282 Lecture #21 Outline Categorical IVs in MLR: Effects Coding and Contrast Coding

Psychology 282 Lecture #21 Outline Categorical IVs in MLR: Effects Coding and Contrast Coding Psychology 282 Lecture #21 Outline Categorical IVs in MLR: Effects Coding and Contrast Coding In the previous lecture we learned how to incorporate a categorical research factor into a MLR model by using

More information

Show how the LG-Syntax can be generated from a GUI model. Modify the LG-Equations to specify a different LC regression model

Show how the LG-Syntax can be generated from a GUI model. Modify the LG-Equations to specify a different LC regression model Tutorial #S1: Getting Started with LG-Syntax DemoData = 'conjoint.sav' This tutorial introduces the use of the LG-Syntax module, an add-on to the Advanced version of Latent GOLD. In this tutorial we utilize

More information

To begin the new school year, please follow the steps below:

To begin the new school year, please follow the steps below: Scholastic Enterprise Edition Beginning a New School Year To begin the new school year, please follow the steps below: I. Backing Up the Database Any database that contains regularly updated information

More information

DesignDirector Version 1.0(E)

DesignDirector Version 1.0(E) Statistical Design Support System DesignDirector Version 1.0(E) User s Guide NHK Spring Co.,Ltd. Copyright NHK Spring Co.,Ltd. 1999 All Rights Reserved. Copyright DesignDirector is registered trademarks

More information

Missing Data Analysis for the Employee Dataset

Missing Data Analysis for the Employee Dataset Missing Data Analysis for the Employee Dataset 67% of the observations have missing values! Modeling Setup For our analysis goals we would like to do: Y X N (X, 2 I) and then interpret the coefficients

More information

Motivating Example. Missing Data Theory. An Introduction to Multiple Imputation and its Application. Background

Motivating Example. Missing Data Theory. An Introduction to Multiple Imputation and its Application. Background An Introduction to Multiple Imputation and its Application Craig K. Enders University of California - Los Angeles Department of Psychology cenders@psych.ucla.edu Background Work supported by Institute

More information

DETAILED CONTENTS. About the Editor About the Contributors PART I. GUIDE 1

DETAILED CONTENTS. About the Editor About the Contributors PART I. GUIDE 1 DETAILED CONTENTS Preface About the Editor About the Contributors xiii xv xvii PART I. GUIDE 1 1. Fundamentals of Hierarchical Linear and Multilevel Modeling 3 Introduction 3 Why Use Linear Mixed/Hierarchical

More information

IBM SPSS Categories. Predict outcomes and reveal relationships in categorical data. Highlights. With IBM SPSS Categories you can:

IBM SPSS Categories. Predict outcomes and reveal relationships in categorical data. Highlights. With IBM SPSS Categories you can: IBM Software IBM SPSS Statistics 19 IBM SPSS Categories Predict outcomes and reveal relationships in categorical data Highlights With IBM SPSS Categories you can: Visualize and explore complex categorical

More information

1, if item A was preferred to item B 0, if item B was preferred to item A

1, if item A was preferred to item B 0, if item B was preferred to item A VERSION 2 BETA (PLEASE EMAIL A.A.BROWN@KENT.AC.UK IF YOU FIND ANY BUGS) MPLUS SYNTAX BUILDER FOR TESTING FORCED-CHOICE DATA WITH THE THURSTONIAN IRT MODEL USER GUIDE INTRODUCTION Brown and Maydeu-Olivares

More information

Handbook of Statistical Modeling for the Social and Behavioral Sciences

Handbook of Statistical Modeling for the Social and Behavioral Sciences Handbook of Statistical Modeling for the Social and Behavioral Sciences Edited by Gerhard Arminger Bergische Universität Wuppertal Wuppertal, Germany Clifford С. Clogg Late of Pennsylvania State University

More information

Description Remarks and examples References Also see

Description Remarks and examples References Also see Title stata.com intro 4 Substantive concepts Description Remarks and examples References Also see Description The structural equation modeling way of describing models is deceptively simple. It is deceptive

More information

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots.

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots. MINITAB Guide PREFACE Preface This guide is used as part of the Elementary Statistics class (Course Number 227) offered at Los Angeles Mission College. It is structured to follow the contents of the textbook

More information

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables Further Maths Notes Common Mistakes Read the bold words in the exam! Always check data entry Remember to interpret data with the multipliers specified (e.g. in thousands) Write equations in terms of variables

More information

Instruction How To Use Excel 2007 Pivot Table Example Data Source

Instruction How To Use Excel 2007 Pivot Table Example Data Source Instruction How To Use Excel 2007 Pivot Table Example Data Source Excel pivot tables allow you to group the spreadsheet or external data source by any of your data fields. The screen snap below shows a

More information

Recitation Supplement: Creating a Neural Network for Classification SAS EM December 2, 2002

Recitation Supplement: Creating a Neural Network for Classification SAS EM December 2, 2002 Recitation Supplement: Creating a Neural Network for Classification SAS EM December 2, 2002 Introduction Neural networks are flexible nonlinear models that can be used for regression and classification

More information

DATA. Business Statistics

DATA. Business Statistics DATA Business Statistics CONTENTS The role of data The data matrix Data types Aspects of data Obtaining data Further study THE ROLE OF DATA Data refers to observed facts there are 82 persons in this train

More information

An Algorithm for Creating Models for Imputation Using the MICE Approach:

An Algorithm for Creating Models for Imputation Using the MICE Approach: An Algorithm for Creating Models for Imputation Using the MICE Approach: An application in Stata Rose Anne rosem@ats.ucla.edu Statistical Consulting Group Academic Technology Services University of California,

More information

7. Collinearity and Model Selection

7. Collinearity and Model Selection Sociology 740 John Fox Lecture Notes 7. Collinearity and Model Selection Copyright 2014 by John Fox Collinearity and Model Selection 1 1. Introduction I When there is a perfect linear relationship among

More information

Didacticiel - Études de cas

Didacticiel - Études de cas Subject In some circumstances, the goal of the supervised learning is not to classify examples but rather to organize them in order to point up the most interesting individuals. For instance, in the direct

More information

SPA_GUI. Matlab graphical user interface allowing signal processing and. variable selection for multivariate calibration.

SPA_GUI. Matlab graphical user interface allowing signal processing and. variable selection for multivariate calibration. Matlab graphical user interface allowing signal processing and variable selection for multivariate calibration. www.ele.ita.br/~kawakami/spa January/2012 About SPA_GUI SPA_GUI is a Matlab graphical user

More information

STATA 13 INTRODUCTION

STATA 13 INTRODUCTION STATA 13 INTRODUCTION Catherine McGowan & Elaine Williamson LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE DECEMBER 2013 0 CONTENTS INTRODUCTION... 1 Versions of STATA... 1 OPENING STATA... 1 THE STATA

More information

CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT

CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT CHAPTER 5. BASIC STEPS FOR MODEL DEVELOPMENT This chapter provides step by step instructions on how to define and estimate each of the three types of LC models (Cluster, DFactor or Regression) and also

More information

Discrete Choice Modeling William Greene Stern School of Business, New York University. Lab Session 3

Discrete Choice Modeling William Greene Stern School of Business, New York University. Lab Session 3 Discrete Choice Modeling William Greene Stern School of Business, New York University Lab Session 3 Part I. iate and Multivariate This exercise uses the data file panelprobit.lpj Some preliminaries after

More information

INTRODUCTION to. Program in Statistics and Methodology (PRISM) Daniel Blake & Benjamin Jones January 15, 2010

INTRODUCTION to. Program in Statistics and Methodology (PRISM) Daniel Blake & Benjamin Jones January 15, 2010 INTRODUCTION to Program in Statistics and Methodology (PRISM) Daniel Blake & Benjamin Jones January 15, 2010 While we are waiting Everyone who wishes to work along with the presentation should log onto

More information

Study Guide. Module 1. Key Terms

Study Guide. Module 1. Key Terms Study Guide Module 1 Key Terms general linear model dummy variable multiple regression model ANOVA model ANCOVA model confounding variable squared multiple correlation adjusted squared multiple correlation

More information

Modelling Longitudinal Data using the Stat-JR package

Modelling Longitudinal Data using the Stat-JR package Modelling Longitudinal Data using the Stat-JR package 7 July 2014 Workshop Practical Exercises Modelling Longitudinal Data using the Stat-JR package 7 July 2014 Practicals: Contents Page 1. Introduction

More information

. predict mod1. graph mod1 ed, connect(l) xlabel ylabel l1(model1 predicted income) b1(years of education)

. predict mod1. graph mod1 ed, connect(l) xlabel ylabel l1(model1 predicted income) b1(years of education) DUMMY VARIABLES AND INTERACTIONS Let's start with an example in which we are interested in discrimination in income. We have a dataset that includes information for about 16 people on their income, their

More information

Design of Experiments

Design of Experiments Seite 1 von 1 Design of Experiments Module Overview In this module, you learn how to create design matrices, screen factors, and perform regression analysis and Monte Carlo simulation using Mathcad. Objectives

More information

Replication Note for A Bayesian Poisson Vector Autoregression Model

Replication Note for A Bayesian Poisson Vector Autoregression Model Replication Note for A Bayesian Poisson Vector Autoregression Model Patrick T. Brandt pbrandt@utdallas.edu Todd Sandler tsandler@utdallas.edu School of Economic, Political and Policy Sciences The University

More information

Supplementary Notes on Multiple Imputation. Stephen du Toit and Gerhard Mels Scientific Software International

Supplementary Notes on Multiple Imputation. Stephen du Toit and Gerhard Mels Scientific Software International Supplementary Notes on Multiple Imputation. Stephen du Toit and Gerhard Mels Scientific Software International Part A: Comparison with FIML in the case of normal data. Stephen du Toit Multivariate data

More information

JEDIS: The JMP Experimental Design Iterative Solver 1

JEDIS: The JMP Experimental Design Iterative Solver 1 1 JEDIS is an add-in for the JMP statistical software program that helps automate the Design of Experiments (DOE) process within JMP in a user-friendly manner. 2 JEDIS builds multiple test designs in JMP

More information

Multiple Linear Regression Excel 2010Tutorial For use when at least one independent variable is qualitative

Multiple Linear Regression Excel 2010Tutorial For use when at least one independent variable is qualitative Multiple Linear Regression Excel 2010Tutorial For use when at least one independent variable is qualitative This tutorial combines information on how to obtain regression output for Multiple Linear Regression

More information

Introduction to STATA

Introduction to STATA Introduction to STATA Duah Dwomoh, MPhil School of Public Health, University of Ghana, Accra July 2016 International Workshop on Impact Evaluation of Population, Health and Nutrition Programs Learning

More information

Linear Methods for Regression and Shrinkage Methods

Linear Methods for Regression and Shrinkage Methods Linear Methods for Regression and Shrinkage Methods Reference: The Elements of Statistical Learning, by T. Hastie, R. Tibshirani, J. Friedman, Springer 1 Linear Regression Models Least Squares Input vectors

More information

8. MINITAB COMMANDS WEEK-BY-WEEK

8. MINITAB COMMANDS WEEK-BY-WEEK 8. MINITAB COMMANDS WEEK-BY-WEEK In this section of the Study Guide, we give brief information about the Minitab commands that are needed to apply the statistical methods in each week s study. They are

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

SENSITIVITY ANALYSIS IN HANDLING DISCRETE DATA MISSING AT RANDOM IN HIERARCHICAL LINEAR MODELS VIA MULTIVARIATE NORMALITY

SENSITIVITY ANALYSIS IN HANDLING DISCRETE DATA MISSING AT RANDOM IN HIERARCHICAL LINEAR MODELS VIA MULTIVARIATE NORMALITY Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 6 SENSITIVITY ANALYSIS IN HANDLING DISCRETE DATA MISSING AT RANDOM IN HIERARCHICAL LINEAR MODELS VIA MULTIVARIATE

More information

JUST THE MATHS UNIT NUMBER STATISTICS 1 (The presentation of data) A.J.Hobson

JUST THE MATHS UNIT NUMBER STATISTICS 1 (The presentation of data) A.J.Hobson JUST THE MATHS UNIT NUMBER 18.1 STATISTICS 1 (The presentation of data) by A.J.Hobson 18.1.1 Introduction 18.1.2 The tabulation of data 18.1.3 The graphical representation of data 18.1.4 Exercises 18.1.5

More information

Beta-Regression with SPSS Michael Smithson School of Psychology, The Australian National University

Beta-Regression with SPSS Michael Smithson School of Psychology, The Australian National University 9/1/2005 Beta-Regression with SPSS 1 Beta-Regression with SPSS Michael Smithson School of Psychology, The Australian National University (email: Michael.Smithson@anu.edu.au) SPSS Nonlinear Regression syntax

More information

CITS4009 Introduction to Data Science

CITS4009 Introduction to Data Science School of Computer Science and Software Engineering CITS4009 Introduction to Data Science SEMESTER 2, 2017: CHAPTER 4 MANAGING DATA 1 Chapter Objectives Fixing data quality problems Organizing your data

More information

Clustering and Visualisation of Data

Clustering and Visualisation of Data Clustering and Visualisation of Data Hiroshi Shimodaira January-March 28 Cluster analysis aims to partition a data set into meaningful or useful groups, based on distances between data points. In some

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

Package binomlogit. February 19, 2015

Package binomlogit. February 19, 2015 Type Package Title Efficient MCMC for Binomial Logit Models Version 1.2 Date 2014-03-12 Author Agnes Fussl Maintainer Agnes Fussl Package binomlogit February 19, 2015 Description The R package

More information

Epidemiological analysis PhD-course in epidemiology

Epidemiological analysis PhD-course in epidemiology Epidemiological analysis PhD-course in epidemiology Lau Caspar Thygesen Associate professor, PhD 9. oktober 2012 Multivariate tables Agenda today Age standardization Missing data 1 2 3 4 Age standardization

More information

JMP Book Descriptions

JMP Book Descriptions JMP Book Descriptions The collection of JMP documentation is available in the JMP Help > Books menu. This document describes each title to help you decide which book to explore. Each book title is linked

More information

Package kernelfactory

Package kernelfactory Package kernelfactory September 29, 2015 Type Package Title Kernel Factory: An Ensemble of Kernel Machines Version 0.3.0 Date 2015-09-29 Imports randomforest, AUC, genalg, kernlab, stats Author Michel

More information

Correctly Compute Complex Samples Statistics

Correctly Compute Complex Samples Statistics SPSS Complex Samples 15.0 Specifications Correctly Compute Complex Samples Statistics When you conduct sample surveys, use a statistics package dedicated to producing correct estimates for complex sample

More information

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D.

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Introduction to Minitab The interface for Minitab is very user-friendly, with a spreadsheet orientation. When you first launch Minitab, you will see

More information