An Interactive SAS/AF System For Sample Size Calculation

Size: px
Start display at page:

Download "An Interactive SAS/AF System For Sample Size Calculation"

Transcription

1 An Interactive SAS/AF System For Sample Size Calculation Deborah J. Matos CIBA-GEIGY Corporation, Drug Development Department, Summit, NJ ABSTRACT In the design of a clinical trial, the number of patients selected is typically. determined through use of statistical criteria. Sample sizes are cho.sen to ensure that a clinical effect of some prespecified magnitude can be detected with sufficiently high probability. Calculation of sample size with provision for control of Type I and II error rates is an essential part of the planning of an adequate and well-controlled clinical trial. This paper describes PCSIZE, a SAS/AF system, which makes the calculation of sample size estimates fast and easy. This PC-based application was developed under PC-SAS' Version 6.04 (for MS-DOS') using Base SAS', SAS/AF, and Screen Control language" (SCl). First, some basic background theory on sample size estimation is presented, and then focus is shifted to the interactive SASI AF system and its features. STATISTICAL BACKGROUND An understanding of the basic statistical conc'epts of hypothesis testing, significance level, and power isessential for discussion of sample size determination. A brief review of these concepts is provided in the following section. Selection Variable of the Primary Response The primary response variable used to judge the effectiveness of a treatment regimen or therapy must be identified before sample size can be calculated. In this paper only continuous response variables (e.g. vital signs, cholesterol levels, etc.) are considered. For continuous response variables, the true unknown mean of the test treatment (,lh) is to be compared with that of the control treatment (Pc). terms of the primary response variable, /it will be compared with /i6 however, the true values of the test and control means are unknown. Only estimates of these means, denoted by PT and Pc, respectively, are known. Hypothesis Testing In the clinical trial setting, one typically tests whether or not a true difference exists between the means of the two treatments. This is traditionally stated in terms of a null hypothesis, denoted by He' which states that no difference between the true means exists (He: /ic - /it ~ 0). The null hypothesis is assumed to be true unless sufficient evidence is obtained to prove it false. The null hypothesis is then tested and a decision of whether or not to reject it is made. However, since only estimates of the true means are available, it is quite possible that, even if the null hypothesis is true (/ic - /it ~ 0), the observed means might be different enough to exceed some specified criterion by chance. In this case, if the observed difference between the means is large enough by chance alone, one would incorrectly reject the null hypothesis. Significance level The error resulting from rejection of the null hypothesis when it is true is referred to as Type I error. The probability of committing a Type I error is called significance level, and is denoted by a. If the null hypothesis is not true, then another hypothesis, called the alternative or test hypothesis, and denoted by H.. must be true. That is, the true In 639

2 difference between the treatment means Pc and PT is some value 0, where 0;0<0. However, the observed difference, Pc - pp might be quite small by chance, even when the alternative hypothesis is true. Therefore, on the basis of small observed differences, one could fail to reject Ho when in fact Ho is false. This error is referred to as Type" error, and the probability of committing a Type II error is denoted by p. The value of P is dependent on 0, the true but unknown difference between the two group means, as well as on the sample size, and a. Power The probability of correctly rejecting He in favor of a particular alternative hypothesis is called power, and is equal to 1-p. Power quantifies the ability of a study to detect true differences of various values o. For a fixed sample size, an interesting relationship between Type I and Type II error rates is observed: as a increases, P decreases; and vice-versa. Thus, the only way to simultaneously control a and p at acceptably small values is to increase the amount of information available, i.e. to increase the sample size. For specified values of a (conventionally chosen as 0.05 or 0.01), and power (typically O.SO or larger), and 0 (the estimated minimum difference between treatments judged to be of clinical importance), sample size estimates can be calculated for a given hypothesis and its associated test statistic. SAMPLE SIZE DETERMINATION The objective is to determine the number of subjects required for a clinical trial, such that the treatment mean difference of specified magnitude 0 can be detected with power l-p, when the significance level of the test is controlled at level a. Setting and Assumptions The General Linear Model Given a general linear model with i.i.d. random error terms following a normal distribution, with a common mean 0 and unknown variance a/, we are interested in testing He: Pi - Pi = 0 vs. HA: Pi - Pi ;0< 0 (two-sided alternative), where Pi and Pi represent the unknown least squares means for the ith and jth treatments. The Test Statistic Let l1i and l1i denote the estimated least squares means for Pi and Pi' respectively. Then the test statistic for testing He against HA is: T " (,;. - ';)IS- - rot t'" ).1/ - "'I where S- - ~I- ).1/ is the standard deviation of l1i - l1 i The Decision Rule The decision rule is to reject Ho at the a level of significance if: I T I > t,. 12, df=v where t,. 12, df_v is from the t-distribution with v degrees of freedom (v is the degrees of freedom for MS,,,., in the analysis of variance). An equivalent decision rule is to use the F-distribution; i.e. reject He at the a level of significance if: T"!=[(il l - il)is., _.)2 > ',_.; df,", df,-v where f, _ a; df1 ='; df2 = v is from the F distribution with numerator degrees of freedom 1 and denominator degrees of freedom v. Power of the F- Test When the F-test is used in general linear hypothesis, the power of the test is a 640

3 function of a quantity known as the noncentrality parameter, which is denoted as A. That is, the probability of rejecting Ho when /1; - /1; = 6 can be calculated through use of a noncentral F distribution. In mathematical notation, =p[t" > '1_.; 1 111/ - 1'/ =0,,,~ where the random variable T2 follows a noncentral F-distribution with non centrality parameter when /1; - /1; = 6 (6;0<01. For a given linear model and sample size, the power of the test can be computed when a, a/, and 6 are specified. The following value of A =,,2/,,2,. 1',- ~J is needed in evaluating the power. general, 02~ ~ = xu 2 ~, - P) for some K, where K depends on the specific model and sample size. Conversely, when a, a,2, and 6 are specified under a given model, the sample size required to achieve a predetermined power can be obtained through an iterative procedure by repeatedly adjusting the sample size until the desired power is reached (see flowchart in Figure 11. The power is calculated through use of the SAS PROBPfunction. THE SAS/AF SYSTEM: PCSIZE During the planning phase of clinical trials, statisticians are routinely requested to provide clinical research with sample size estimates. Therefore, it was determined that an interactive, user-friendly application which In automated this task would be quite useful. PCSIZE System Requirements PCSIZE was developed on a microcomputer under PC-SAS Version 6.04 for MS-DOS, using Base SAS, SAS/AF, and Screen Control language (SCl). SCl provided several key features which were then unavailable under our mainframe environment (SAS Release for MVS). Some of these features were: cross-field validation for userentered values control for communication between screens generation of customized error messages customized on-line help for all screens and input fields various styles of menu formats (e.g. selection list, pulldown, choice group, and pushbutton) PCSIZE's Features PCSIZE is installed on a shared PC in a central area which is accessible to all statisticians in the Biostatistics Group at Ciba. This machine is a model 486 CPU running at 33 MHz. The SAS/AF application has a menudriven user-friendly interface consisting of a series of menus created in SAS/AF via the BUilD procedure. Input data are collected through entry screens which were formatted and programmed in SCL. The main menu of PCSIZE is the model selection menu, and is displayed in Figure 2. The application provides the ability to calculate sample size estimates for six different types of models: one-way layout (single-center parallel group study), two-way layout (multi-center parallel group study), and three-way 641

4 layout (stratified, multi-center parallel group study), and 2x2 (two-treatment, two-period) crossover, 2x3 (twotreatment, three period) crossover, and 3x3 (three-treatment, three-period) crossover designs. Context-sensitive on-line help is available for all screens and input fields. PCSIZE's main menu help screen is displayed in Figure 3. Users can access the help facility by pressing the F1 function key at any screen. The F12 function key can be used to exit the application. Once a model has been selected from the primary menu, an input screen, which was created via a SAS/AF DISPLAY panel, prompts the statistician to input values for: Alpha la) (Type I error rate or significance level) Variance lu;) (Estimate of the variance for the error term for the primary variable) Desired Power (1 - p) (Power to be achieved) Delta (6) (Estimate of meaningful treatments) the minimum clinically difference between Number of Treatment Groups (For parallel group designs only) Number of Centers (For two-way and three-way layout only) Number of Strata (For three-way layout only) Once values for each of these input parameters have been given, and the fields have been validated, the user presses the F10 function key to run the program. Results are written to the OUTPUT window. design) is presented in Figure 4. The corresponding sample output is given in Figure 5. From this figure we see that for the multi-center parallel group study with three treatment groups and ten centers, the total number of subjects required is 120 (4 subjects per treatment group and center). CONCLUSION The SAS/AF application system presented in this paper provides a means for producing quick and accurate sample size estimates for a variety of different models. Using SAS software products, we were able to provide an effective user-friendly front-end to expedite the sample size calculation process. Statisticians have enjoyed using PCSIZE; they have learning quickly how to use the application since their input is minimal and is automatically validated. With this system in place, the time required to produce sample size estimates has been significantly reduced. ACKNOWLEDGEMENTS Special thanks to Michael Chen and Ching-Ming Yeh, statisticians in the Biostatistics Group in the Drug Development Department at Ciba, for their extensive contributions to the development of the methodology and to the design of the SASI AF system. An earlier version of this paper was presented at the PharmaSUG Fall meeting. TRADEMARKS SAS, PC-SAS, SAS/AF, and SCl are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. MS-DOS is a registered trademark of Microsoft Corp. indicates USA registration. A sample input screen for a two-way layout model (multi-center parallel group 642

5 CONTACT INFORMATION FIGURES For further information, feel free to contact the author at: CIBA GEIGY Corporation Drug Development Department Biostatistics Group 556 Morris Avenue Summit, NJ REFERENCES Lachin, J.M. "Introduction to Sample Size Determination and Power Analysis for Clinical Trials." Controlled Clinical Trials 2:93 113,1981. Mace, A.E. Sample Size Determination. New York: Reinhold Publishing Corporation, Meinert, C.L. Clinical Trials - Design, Conduct, and Analysis. New York: Oxford University Press, SASIAF Guide For Personal Computers, Version 6 Edition, SAS Institute, Inc. Cary, N.C. SASIAF Screen Control Language: Reference, Version 6, First Edition, SAS Institute, Inc. Cary, N.C. SASIAF Software Applications Using Screen Control Language Course Notes, Version 6 Edition, SAS Institute, Inc. Cary, N.C. SAS Language Guide For Personal Computers, Release 6.03 Edition, SAS Institute, Inc. Cary, N.C. SAS Procedures Guide,Release 6.03 Editi()IJ, SAS Institute, Inc. Cary, N.C. Snedecor, G.W., and Cochran, W.G. Statistical Methods. 6th Edition. Ames: Iowa State University Press, ModII I v 643

6 SAMPLE SIZE ESTIMATION PIRe an X neat to your choice and then Dr... centert SAMPLE SIZE ESTIMATION Pile. In X next to your cttolce and then ",... ENTE~ 2x2 Croaaovwr Tria' 2x3 Croaaover Tria' 3x3 erohcwer Tria' Slnv... cen... Parallel Group Study Multt-C.,..r Parallel Grauli' Study Stratified Multt-Center Parallel G_Study 2x2 ero owr Tria' 2x3 Crouowr Trial 3x3 erouovwr Trial Co-mmilnd~;;; MAIN MENu HEl P Type an X not to your chok:1 and thin p,... cente'" to run ttm program. Fl ENTER> F12 H... Run Program exit tho AoPIlcatlon To nit the ap~lcatlon PNaa: F12 TO Ixlt thla HELP len'" type: END at ttle HELP lel'mn command Jlne. Figure 2 - M Bin Menu Figure 3 - Main Menu Help PRSllNe MULTKENTEA MAAL I fl CiRQUP STYDY TYPE IN VAl.UES FOR THE FOLLOWING Pll.RAMETERS, ALPHA, (Ty.. I Error R... ) <OUTPUT) Command ) SAMPLE SIZE PER TREATMENT GROUP ANO CENTER FOR A MULTI-CENTER PARALLEL GROUP STUDY VARIANCe, (Exti... of tho Variance) SAMPLE SIZE TYPE I ESTIMATE OF ERROR VARIANCE DELTA (Power to bl DESIRED POWE'" ActIlewd) CEatlmate of ttl. Minimum Difference DELTA, to bl D end} " TREATMENTS " CENTERS 10 II TllEATMENT& 3 (In_.onI)'O NONCENTRALITY PARAMETER DESIRED POWER ACTUAL POWER i II CENTERs. 10 (In_r. onlyt) p,..., Fl H... FlO - Run Program Ft2 - Aeturn to Main Menu N ole: Type AF at the command 11,ne 10 relurn 10 the Main Menu. t f f Figure 4 - Input Screen For Two-Way Layout Modal 644 Figura 5 - Output For Two-Way Layout Model

Analysis of single gene effects 1. Quantitative analysis of single gene effects. Gregory Carey, Barbara J. Bowers, Jeanne M.

Analysis of single gene effects 1. Quantitative analysis of single gene effects. Gregory Carey, Barbara J. Bowers, Jeanne M. Analysis of single gene effects 1 Quantitative analysis of single gene effects Gregory Carey, Barbara J. Bowers, Jeanne M. Wehner From the Department of Psychology (GC, JMW) and Institute for Behavioral

More information

Statistics for Clinical Trials: Basics of Phase III Trial Design

Statistics for Clinical Trials: Basics of Phase III Trial Design Statistics for Clinical Trials: Basics of Phase III Trial Design Gary M. Clark, Ph.D. Vice President Biostatistics & Data Management Array BioPharma Inc. Boulder, Colorado USA NCIC Clinical Trials Group

More information

This is a repository copy of Practical guide to sample size calculations: superiority trials.

This is a repository copy of Practical guide to sample size calculations: superiority trials. This is a repository copy of Practical guide to sample size calculations: superiority trials. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/97114/ Version: Accepted Version

More information

Knowledge is Power: The Basics of SAS Proc Power

Knowledge is Power: The Basics of SAS Proc Power ABSTRACT Knowledge is Power: The Basics of SAS Proc Power Elaina Gates, California Polytechnic State University, San Luis Obispo There are many statistics applications where it is important to understand

More information

Unequal Numbers of Judges per Subject

Unequal Numbers of Judges per Subject The Reliability of Dichotomous Judgments: Unequal Numbers of Judges per Subject Joseph L. Fleiss Columbia University and New York State Psychiatric Institute Jack Cuzick Columbia University Consider a

More information

Remarks on Bayesian Control Charts

Remarks on Bayesian Control Charts Remarks on Bayesian Control Charts Amir Ahmadi-Javid * and Mohsen Ebadi Department of Industrial Engineering, Amirkabir University of Technology, Tehran, Iran * Corresponding author; email address: ahmadi_javid@aut.ac.ir

More information

Instructions for doing two-sample t-test in Excel

Instructions for doing two-sample t-test in Excel Instructions for doing two-sample t-test in Excel (1) If you do not see Data Analysis in the menu, this means you need to use Add-ins and make sure that the box in front of Analysis ToolPak is checked.

More information

CHAPTER ONE CORRELATION

CHAPTER ONE CORRELATION CHAPTER ONE CORRELATION 1.0 Introduction The first chapter focuses on the nature of statistical data of correlation. The aim of the series of exercises is to ensure the students are able to use SPSS to

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

ABSTRACT THE INDEPENDENT MEANS T-TEST AND ALTERNATIVES SESUG Paper PO-10

ABSTRACT THE INDEPENDENT MEANS T-TEST AND ALTERNATIVES SESUG Paper PO-10 SESUG 01 Paper PO-10 PROC TTEST (Old Friend), What Are You Trying to Tell Us? Diep Nguyen, University of South Florida, Tampa, FL Patricia Rodríguez de Gil, University of South Florida, Tampa, FL Eun Sook

More information

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no ADVANCED VBA FOR PROJECT FINANCE f i n a n c i a l f o r e c a s t i n G 2017 Near Future Ltd. Registration no. 10321258 www.nearfuturefinance.com info@nearfuturefinance.com COURSE OVERVIEW This course

More information

Planning Sample Size for Randomized Evaluations.

Planning Sample Size for Randomized Evaluations. Planning Sample Size for Randomized Evaluations www.povertyactionlab.org Planning Sample Size for Randomized Evaluations General question: How large does the sample need to be to credibly detect a given

More information

SAMPLE SIZE AND POWER

SAMPLE SIZE AND POWER SAMPLE SIZE AND POWER Craig JACKSON, Fang Gao SMITH Clinical trials often involve the comparison of a new treatment with an established treatment (or a placebo) in a sample of patients, and the differences

More information

The Association Design and a Continuous Phenotype

The Association Design and a Continuous Phenotype PSYC 5102: Association Design & Continuous Phenotypes (4/4/07) 1 The Association Design and a Continuous Phenotype The purpose of this note is to demonstrate how to perform a population-based association

More information

Gender-Based Differential Item Performance in English Usage Items

Gender-Based Differential Item Performance in English Usage Items A C T Research Report Series 89-6 Gender-Based Differential Item Performance in English Usage Items Catherine J. Welch Allen E. Doolittle August 1989 For additional copies write: ACT Research Report Series

More information

Two-Way Independent ANOVA

Two-Way Independent ANOVA Two-Way Independent ANOVA Analysis of Variance (ANOVA) a common and robust statistical test that you can use to compare the mean scores collected from different conditions or groups in an experiment. There

More information

Confidence Intervals On Subsets May Be Misleading

Confidence Intervals On Subsets May Be Misleading Journal of Modern Applied Statistical Methods Volume 3 Issue 2 Article 2 11-1-2004 Confidence Intervals On Subsets May Be Misleading Juliet Popper Shaffer University of California, Berkeley, shaffer@stat.berkeley.edu

More information

Inferential Statistics

Inferential Statistics Inferential Statistics and t - tests ScWk 242 Session 9 Slides Inferential Statistics Ø Inferential statistics are used to test hypotheses about the relationship between the independent and the dependent

More information

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels;

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels; 1 One-Way ANOVAs We have already discussed the t-test. The t-test is used for comparing the means of two groups to determine if there is a statistically significant difference between them. The t-test

More information

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA PART 1: Introduction to Factorial ANOVA ingle factor or One - Way Analysis of Variance can be used to test the null hypothesis that k or more treatment or group

More information

Department of International Health

Department of International Health JOHNS HOPKINS U N I V E R S I T Y Center for Clinical Trials Department of Biostatistics Department of Epidemiology Department of International Health Memorandum Department of Medicine Department of Ophthalmology

More information

One-Way Independent ANOVA

One-Way Independent ANOVA One-Way Independent ANOVA Analysis of Variance (ANOVA) is a common and robust statistical test that you can use to compare the mean scores collected from different conditions or groups in an experiment.

More information

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination

Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Hierarchical Bayesian Modeling of Individual Differences in Texture Discrimination Timothy N. Rubin (trubin@uci.edu) Michael D. Lee (mdlee@uci.edu) Charles F. Chubb (cchubb@uci.edu) Department of Cognitive

More information

Excel Solver. Table of Contents. Introduction to Excel Solver slides 3-4. Example 1: Diet Problem, Set-Up slides 5-11

Excel Solver. Table of Contents. Introduction to Excel Solver slides 3-4. Example 1: Diet Problem, Set-Up slides 5-11 15.053 Excel Solver 1 Table of Contents Introduction to Excel Solver slides 3- : Diet Problem, Set-Up slides 5-11 : Diet Problem, Dialog Box slides 12-17 Example 2: Food Start-Up Problem slides 18-19 Note

More information

Doing Quantitative Research 26E02900, 6 ECTS Lecture 6: Structural Equations Modeling. Olli-Pekka Kauppila Daria Kautto

Doing Quantitative Research 26E02900, 6 ECTS Lecture 6: Structural Equations Modeling. Olli-Pekka Kauppila Daria Kautto Doing Quantitative Research 26E02900, 6 ECTS Lecture 6: Structural Equations Modeling Olli-Pekka Kauppila Daria Kautto Session VI, September 20 2017 Learning objectives 1. Get familiar with the basic idea

More information

Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive

Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive Performing Thyroid Uptake measurements has never been easier. The Captus 3000 combines a software program with the

More information

Comparison of the Null Distributions of

Comparison of the Null Distributions of Comparison of the Null Distributions of Weighted Kappa and the C Ordinal Statistic Domenic V. Cicchetti West Haven VA Hospital and Yale University Joseph L. Fleiss Columbia University It frequently occurs

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

Lesson 11.1: The Alpha Value

Lesson 11.1: The Alpha Value Hypothesis Testing Lesson 11.1: The Alpha Value The alpha value is the degree of risk we are willing to take when making a decision. The alpha value, often abbreviated using the Greek letter α, is sometimes

More information

Dosimeter Setting Device

Dosimeter Setting Device Instruction Manual Dosimeter Setting Device For Electronic Personal Dosimeter Dose-i (Unit:Sv, Version:1.05 English) WTA529748 a 1 / 38 Foreword Thank you for purchasing the Dosimeter Setting Device; a

More information

Psychology, 2010, 1: doi: /psych Published Online August 2010 (

Psychology, 2010, 1: doi: /psych Published Online August 2010 ( Psychology, 2010, 1: 194-198 doi:10.4236/psych.2010.13026 Published Online August 2010 (http://www.scirp.org/journal/psych) Using Generalizability Theory to Evaluate the Applicability of a Serial Bayes

More information

Projection of power and events in clinical trials with a time-to-event outcome

Projection of power and events in clinical trials with a time-to-event outcome The Stata Journal (2010) 10, Number 3, pp. 386 394 Projection of power and events in clinical trials with a time-to-event outcome Patrick Royston Hub for Trials Methodology Research MRC Clinical Trials

More information

CHAPTER 2 TAGUCHI OPTIMISATION TECHNIQUE

CHAPTER 2 TAGUCHI OPTIMISATION TECHNIQUE 8 CHAPTER 2 TAGUCHI OPTIMISATION TECHNIQUE 2.1 OVERVIEW OF TAGUCHI METHOD The Design of Experiments (DOE) is a powerful statistical technique introduced by Fisher R. in England in the 1920s (Ross 1996),

More information

Diabetes Management Software V1.3 USER S MANUAL

Diabetes Management Software V1.3 USER S MANUAL Diabetes Management Software V1.3 Manufacturer: BIONIME CORPORATION No. 100, Sec. 2, Daqing St., South Dist., Taichung City 40242, Taiwan http: //www.bionime.com E-mail: info@bionime.com Made in Taiwan

More information

TEACHING REGRESSION WITH SIMULATION. John H. Walker. Statistics Department California Polytechnic State University San Luis Obispo, CA 93407, U.S.A.

TEACHING REGRESSION WITH SIMULATION. John H. Walker. Statistics Department California Polytechnic State University San Luis Obispo, CA 93407, U.S.A. Proceedings of the 004 Winter Simulation Conference R G Ingalls, M D Rossetti, J S Smith, and B A Peters, eds TEACHING REGRESSION WITH SIMULATION John H Walker Statistics Department California Polytechnic

More information

CHAPTER VI RESEARCH METHODOLOGY

CHAPTER VI RESEARCH METHODOLOGY CHAPTER VI RESEARCH METHODOLOGY 6.1 Research Design Research is an organized, systematic, data based, critical, objective, scientific inquiry or investigation into a specific problem, undertaken with the

More information

Vote-Counting Method to Obtain an Estimate and Confidence Interval for the Population Correlation Coefficient Using SASI AFo

Vote-Counting Method to Obtain an Estimate and Confidence Interval for the Population Correlation Coefficient Using SASI AFo Vote-Counting Method to Obtain an Estimate and Confidence Interval for the Population Correlation Coefficient Using SASI AFo Frank C. Lieble m, SAS Institute Inc., Orlando, Florida Morgan C. Wang, University

More information

Effect of Sample Size on Correlation and Regression Coefficients

Effect of Sample Size on Correlation and Regression Coefficients Effect of Sample Size on Correlation and Regression Coefficients Swati Gupta 1 Research Scholar, Department of Education, Aligarh Muslim University, India Dr. Mamun Ali Naji Qasem 2 Faculty of Education,

More information

Computerized Mastery Testing

Computerized Mastery Testing Computerized Mastery Testing With Nonequivalent Testlets Kathleen Sheehan and Charles Lewis Educational Testing Service A procedure for determining the effect of testlet nonequivalence on the operating

More information

Evaluating Social Programs Course: Evaluation Glossary (Sources: 3ie and The World Bank)

Evaluating Social Programs Course: Evaluation Glossary (Sources: 3ie and The World Bank) Evaluating Social Programs Course: Evaluation Glossary (Sources: 3ie and The World Bank) Attribution The extent to which the observed change in outcome is the result of the intervention, having allowed

More information

BlueBayCT - Warfarin User Guide

BlueBayCT - Warfarin User Guide BlueBayCT - Warfarin User Guide December 2012 Help Desk 0845 5211241 Contents Getting Started... 1 Before you start... 1 About this guide... 1 Conventions... 1 Notes... 1 Warfarin Management... 2 New INR/Warfarin

More information

Power Analysis: A Crucial Step in any Social Science Study

Power Analysis: A Crucial Step in any Social Science Study Power Analysis: A Crucial Step in any Social Science Study Kuba Glazek, Ph.D. Methodology Expert National Center for Academic and Dissertation Excellence Los Angeles Outline The four elements of a meaningful

More information

Testing Means. Related-Samples t Test With Confidence Intervals. 6. Compute a related-samples t test and interpret the results.

Testing Means. Related-Samples t Test With Confidence Intervals. 6. Compute a related-samples t test and interpret the results. 10 Learning Objectives Testing Means After reading this chapter, you should be able to: Related-Samples t Test With Confidence Intervals 1. Describe two types of research designs used when we select related

More information

Research Questions, Variables, and Hypotheses: Part 2. Review. Hypotheses RCS /7/04. What are research questions? What are variables?

Research Questions, Variables, and Hypotheses: Part 2. Review. Hypotheses RCS /7/04. What are research questions? What are variables? Research Questions, Variables, and Hypotheses: Part 2 RCS 6740 6/7/04 1 Review What are research questions? What are variables? Definition Function Measurement Scale 2 Hypotheses OK, now that we know how

More information

Binary Diagnostic Tests Two Independent Samples

Binary Diagnostic Tests Two Independent Samples Chapter 537 Binary Diagnostic Tests Two Independent Samples Introduction An important task in diagnostic medicine is to measure the accuracy of two diagnostic tests. This can be done by comparing summary

More information

Department of Biostatistics University of North Carolina at Chapel Hill. Institute of Statistics Mimeo Series No

Department of Biostatistics University of North Carolina at Chapel Hill. Institute of Statistics Mimeo Series No ASSESSING PAIRWISE INTERRATER AGREEMEJ',"'T FOR MULTIPLE ATTRIBUTE RESPONSES: THE "NO ATTRIBUTE" RESPONSE SITUATION by Lawrence L. Kupper and Kerry B. Hafner Department of Biostatistics University of North

More information

Common Statistical Issues in Biomedical Research

Common Statistical Issues in Biomedical Research Common Statistical Issues in Biomedical Research Howard Cabral, Ph.D., M.P.H. Boston University CTSI Boston University School of Public Health Department of Biostatistics May 15, 2013 1 Overview of Basic

More information

Problem #1 Neurological signs and symptoms of ciguatera poisoning as the start of treatment and 2.5 hours after treatment with mannitol.

Problem #1 Neurological signs and symptoms of ciguatera poisoning as the start of treatment and 2.5 hours after treatment with mannitol. Ho (null hypothesis) Ha (alternative hypothesis) Problem #1 Neurological signs and symptoms of ciguatera poisoning as the start of treatment and 2.5 hours after treatment with mannitol. Hypothesis: Ho:

More information

The comparison or control group may be allocated a placebo intervention, an alternative real intervention or no intervention at all.

The comparison or control group may be allocated a placebo intervention, an alternative real intervention or no intervention at all. 1. RANDOMISED CONTROLLED TRIALS (Treatment studies) (Relevant JAMA User s Guides, Numbers IIA & B: references (3,4) Introduction: The most valid study design for assessing the effectiveness (both the benefits

More information

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics Psy201 Module 3 Study and Assignment Guide Using Excel to Calculate Descriptive and Inferential Statistics What is Excel? Excel is a spreadsheet program that allows one to enter numerical values or data

More information

Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009

Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009 MIT OpenCourseWare http://ocw.mit.edu Abdul Latif Jameel Poverty Action Lab Executive Training: Evaluating Social Programs Spring 2009 For information about citing these materials or our Terms of Use,

More information

Benchmark Dose Modeling Cancer Models. Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S.

Benchmark Dose Modeling Cancer Models. Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S. Benchmark Dose Modeling Cancer Models Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S. EPA Disclaimer The views expressed in this presentation are those

More information

CHAPTER III METHODOLOGY

CHAPTER III METHODOLOGY 24 CHAPTER III METHODOLOGY This chapter presents the methodology of the study. There are three main sub-titles explained; research design, data collection, and data analysis. 3.1. Research Design The study

More information

HS Exam 1 -- March 9, 2006

HS Exam 1 -- March 9, 2006 Please write your name on the back. Don t forget! Part A: Short answer, multiple choice, and true or false questions. No use of calculators, notes, lab workbooks, cell phones, neighbors, brain implants,

More information

CONVENTIONAL AND UNCONVENTIONAL GRAPHS IN SAS. Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary

CONVENTIONAL AND UNCONVENTIONAL GRAPHS IN SAS. Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary CONVENTIONAL AND UNCONVENTIONAL GRAPHS IN SAS Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary 1. Introduction The graphical analysis of data is a necessary complement of inferential

More information

Proteome Discoverer Version 1.3

Proteome Discoverer Version 1.3 Xcalibur Proteome Discoverer Version 1.3 Installation Guide XCALI-97359 Revision A May 2011 2011 Thermo Fisher Scientific Inc. All rights reserved. Xcalibur is a registered trademark of Thermo Fisher Scientific

More information

Clinical trial design issues and options for the study of rare diseases

Clinical trial design issues and options for the study of rare diseases Clinical trial design issues and options for the study of rare diseases November 19, 2018 Jeffrey Krischer, PhD Rare Diseases Clinical Research Network Rare Diseases Clinical Research Network (RDCRN) is

More information

Investigating the robustness of the nonparametric Levene test with more than two groups

Investigating the robustness of the nonparametric Levene test with more than two groups Psicológica (2014), 35, 361-383. Investigating the robustness of the nonparametric Levene test with more than two groups David W. Nordstokke * and S. Mitchell Colp University of Calgary, Canada Testing

More information

Basic Biostatistics. Chapter 1. Content

Basic Biostatistics. Chapter 1. Content Chapter 1 Basic Biostatistics Jamalludin Ab Rahman MD MPH Department of Community Medicine Kulliyyah of Medicine Content 2 Basic premises variables, level of measurements, probability distribution Descriptive

More information

CRITERIA FOR USE. A GRAPHICAL EXPLANATION OF BI-VARIATE (2 VARIABLE) REGRESSION ANALYSISSys

CRITERIA FOR USE. A GRAPHICAL EXPLANATION OF BI-VARIATE (2 VARIABLE) REGRESSION ANALYSISSys Multiple Regression Analysis 1 CRITERIA FOR USE Multiple regression analysis is used to test the effects of n independent (predictor) variables on a single dependent (criterion) variable. Regression tests

More information

USING MATHEMATICAL MODELING FOR POLICY AND STRATEGIC PLANNING A case study of VMMC Scale-Up in Eastern and Southern Africa

USING MATHEMATICAL MODELING FOR POLICY AND STRATEGIC PLANNING A case study of VMMC Scale-Up in Eastern and Southern Africa USING MATHEMATICAL MODELING FOR POLICY AND STRATEGIC PLANNING A case study of VMMC Scale-Up in Eastern and Southern Africa INTEREST 2018 Kigali, Rwanda Emmanuel Njeuhmeli, MD, MPH, MBA Senior Medical Advisor

More information

How to design sample size? Minato Nakazawa, Ph.D. Dept. Public Health

How to design sample size? Minato Nakazawa, Ph.D. Dept. Public Health How to design sample size? Minato Nakazawa, Ph.D. Dept. Public Health 1 References Textbook in English "Chapter 14. Sample size issues." in Machin D, Campbell MJ, Walters SJ (2007) Medical Statistics,

More information

SAMPLE SIZE IN CLINICAL RESEARCH, THE NUMBER WE NEED

SAMPLE SIZE IN CLINICAL RESEARCH, THE NUMBER WE NEED TECHNICAL NOTES SAMPLE SIZE IN CLINICAL RESEARCH, THE NUMBER WE NEED Pratap Patra Department of Pediatrics, Govt. Medical College, Vadodara, Gujarat, India Correspondence to: Pratap Patra (pratap_patra3@yahoo.co.in)

More information

The Key to Confidence

The Key to Confidence WITH The Key to Confidence The Key to Confidence More detail, better accuracy, greater confidence The G-scan Brio is a revolutionary MRI approach for all musculoskeletal applications, which allows you

More information

Two Factor Analysis of Variance

Two Factor Analysis of Variance BIOL 310 Two Factor Analysis of Variance In the previous discussions of analysis of variance (ANOVA), only one factor was involved. For example, in Chapter 7 the variable of interest in the sample problem

More information

Biostatistics 3. Developed by Pfizer. March 2018

Biostatistics 3. Developed by Pfizer. March 2018 BROUGHT TO YOU BY Biostatistics 3 Developed by Pfizer March 2018 This learning module is intended for UK healthcare professionals only. Job bag: PP-GEP-GBR-0986 Date of preparation March 2018. Agenda I.

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

ICD-10 SETUP PROCESS. Setup Steps to Perform Prior to ICD-10 Activation. Setup Steps to Perform Upon ICD-10 Activation

ICD-10 SETUP PROCESS. Setup Steps to Perform Prior to ICD-10 Activation. Setup Steps to Perform Upon ICD-10 Activation CompuGroup Medical US 1 ICD-10 SETUP PROCESS Since the preparation for using ICD-10 Diagnosis codes started with the release of version 7.4.4 in December 2013 and continues through the release of version

More information

d =.20 which means females earn 2/10 a standard deviation more than males

d =.20 which means females earn 2/10 a standard deviation more than males Sampling Using Cohen s (1992) Two Tables (1) Effect Sizes, d and r d the mean difference between two groups divided by the standard deviation for the data Mean Cohen s d 1 Mean2 Pooled SD r Pearson correlation

More information

The Leeds Reliable Change Indicator

The Leeds Reliable Change Indicator The Leeds Reliable Change Indicator Simple Excel (tm) applications for the analysis of individual patient and group data Stephen Morley and Clare Dowzer University of Leeds Cite as: Morley, S., Dowzer,

More information

USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1

USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1 Ecology, 75(3), 1994, pp. 717-722 c) 1994 by the Ecological Society of America USE AND MISUSE OF MIXED MODEL ANALYSIS VARIANCE IN ECOLOGICAL STUDIES1 OF CYNTHIA C. BENNINGTON Department of Biology, West

More information

Methods for Determining Random Sample Size

Methods for Determining Random Sample Size Methods for Determining Random Sample Size This document discusses how to determine your random sample size based on the overall purpose of your research project. Methods for determining the random sample

More information

Hour 2: lm (regression), plot (scatterplots), cooks.distance and resid (diagnostics) Stat 302, Winter 2016 SFU, Week 3, Hour 1, Page 1

Hour 2: lm (regression), plot (scatterplots), cooks.distance and resid (diagnostics) Stat 302, Winter 2016 SFU, Week 3, Hour 1, Page 1 Agenda for Week 3, Hr 1 (Tuesday, Jan 19) Hour 1: - Installing R and inputting data. - Different tools for R: Notepad++ and RStudio. - Basic commands:?,??, mean(), sd(), t.test(), lm(), plot() - t.test()

More information

CHAPTER OBJECTIVES - STUDENTS SHOULD BE ABLE TO:

CHAPTER OBJECTIVES - STUDENTS SHOULD BE ABLE TO: 3 Chapter 8 Introducing Inferential Statistics CHAPTER OBJECTIVES - STUDENTS SHOULD BE ABLE TO: Explain the difference between descriptive and inferential statistics. Define the central limit theorem and

More information

Power of a Clinical Study

Power of a Clinical Study Power of a Clinical Study M.Yusuf Celik 1, Editor-in-Chief 1 Prof.Dr. Biruni University, Medical Faculty, Dept of Biostatistics, Topkapi, Istanbul. Abstract The probability of not committing a Type II

More information

For Electric Personal Dosimete Dose-i

For Electric Personal Dosimete Dose-i Instruction Manual Dosime eter Setting Device For Electric Personal Dosimete er Dose-i (Unit:rem, Version:1.05 English) Issued on March 2015 WTA529893 1 / 38 Foreword Thank you for purchasing the Dosimeter

More information

Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality

Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality Week 9 Hour 3 Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality Stat 302 Notes. Week 9, Hour 3, Page 1 / 39 Stepwise Now that we've introduced interactions,

More information

Analysis of Variance (ANOVA)

Analysis of Variance (ANOVA) Research Methods and Ethics in Psychology Week 4 Analysis of Variance (ANOVA) One Way Independent Groups ANOVA Brief revision of some important concepts To introduce the concept of familywise error rate.

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Symptom relief Mean difference (Hours to relief) Basic Basic Reference Cochrane Figure 4 Synopsis We have a series of studies that evaluated the effect

More information

Fundamental Clinical Trial Design

Fundamental Clinical Trial Design Design, Monitoring, and Analysis of Clinical Trials Session 1 Overview and Introduction Overview Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics, University of Washington February 17-19, 2003

More information

This is a repository copy of Practical guide to sample size calculations: non-inferiority and equivalence trials.

This is a repository copy of Practical guide to sample size calculations: non-inferiority and equivalence trials. This is a repository copy of Practical guide to sample size calculations: non-inferiority and equivalence trials. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/97113/ Version:

More information

Dosimeter Setting Device System NRZ

Dosimeter Setting Device System NRZ User s Manual Dosimeter Setting Device System NRZ For Dosimeter NRF series (Units: msv Version:0.26 English) TA5C0903 b 1 / 50 Preface Thank you for purchasing the Dosimeter Setting Device; a product by

More information

THE TEST STATISTICS REPORT provides a synopsis of the test attributes and some important statistics. A sample is shown here to the right.

THE TEST STATISTICS REPORT provides a synopsis of the test attributes and some important statistics. A sample is shown here to the right. THE TEST STATISTICS REPORT provides a synopsis of the test attributes and some important statistics. A sample is shown here to the right. The Test reliability indicators are measures of how well the questions

More information

Reveal Relationships in Categorical Data

Reveal Relationships in Categorical Data SPSS Categories 15.0 Specifications Reveal Relationships in Categorical Data Unleash the full potential of your data through perceptual mapping, optimal scaling, preference scaling, and dimension reduction

More information

ANOVA. Thomas Elliott. January 29, 2013

ANOVA. Thomas Elliott. January 29, 2013 ANOVA Thomas Elliott January 29, 2013 ANOVA stands for analysis of variance and is one of the basic statistical tests we can use to find relationships between two or more variables. ANOVA compares the

More information

Evolve 3 & 5 Service Manual

Evolve 3 & 5 Service Manual Evolve 3 & 5 Service Manual 1 Product Browse 2 Contents CHAPTER 1: SERIAL NUMBER LOCATION... 5 CHAPTER 2: CONSOLE INSTRUCTIONS 2.1 Console Overview... 6 2.1.1 Evolve 3 Console Overview... 6 2.1.2 Evolve

More information

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA)

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) Guillermo Rojas, Alfredo Aliaga, Macro International 8850 Stanford Boulevard Suite 4000, Columbia, MD 21045 I-INTRODUCTION. This paper

More information

CHAPTER - 6 STATISTICAL ANALYSIS. This chapter discusses inferential statistics, which use sample data to

CHAPTER - 6 STATISTICAL ANALYSIS. This chapter discusses inferential statistics, which use sample data to CHAPTER - 6 STATISTICAL ANALYSIS 6.1 Introduction This chapter discusses inferential statistics, which use sample data to make decisions or inferences about population. Populations are group of interest

More information

Regression Including the Interaction Between Quantitative Variables

Regression Including the Interaction Between Quantitative Variables Regression Including the Interaction Between Quantitative Variables The purpose of the study was to examine the inter-relationships among social skills, the complexity of the social situation, and performance

More information

Clinical Trials A Practical Guide to Design, Analysis, and Reporting

Clinical Trials A Practical Guide to Design, Analysis, and Reporting Clinical Trials A Practical Guide to Design, Analysis, and Reporting Duolao Wang, PhD Ameet Bakhai, MBBS, MRCP Statistician Cardiologist Clinical Trials A Practical Guide to Design, Analysis, and Reporting

More information

Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn

Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn The Stata Journal (2004) 4, Number 1, pp. 89 92 Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn Laurent Audigé AO Foundation laurent.audige@aofoundation.org Abstract. The new book

More information

A Spreadsheet for Deriving a Confidence Interval, Mechanistic Inference and Clinical Inference from a P Value

A Spreadsheet for Deriving a Confidence Interval, Mechanistic Inference and Clinical Inference from a P Value SPORTSCIENCE Perspectives / Research Resources A Spreadsheet for Deriving a Confidence Interval, Mechanistic Inference and Clinical Inference from a P Value Will G Hopkins sportsci.org Sportscience 11,

More information

Hanwell Instruments Ltd. Instruction Manual

Hanwell Instruments Ltd. Instruction Manual Hanwell Instruments Ltd Instruction Manual Document Title RL5000 Sensors - User Guide Document No. IM4177 Issue No. 3 Hanwell Instruments Ltd 12 Mead Business Centre Mead Lane Hertford SG13 7BJ UNITED

More information

Using SAS to Calculate Tests of Cliff s Delta. Kristine Y. Hogarty and Jeffrey D. Kromrey

Using SAS to Calculate Tests of Cliff s Delta. Kristine Y. Hogarty and Jeffrey D. Kromrey Using SAS to Calculate Tests of Cliff s Delta Kristine Y. Hogarty and Jeffrey D. Kromrey Department of Educational Measurement and Research, University of South Florida ABSTRACT This paper discusses a

More information

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests Objectives Quantifying the quality of hypothesis tests Type I and II errors Power of a test Cautions about significance tests Designing Experiments based on power Evaluating a testing procedure The testing

More information

Repeatability of a questionnaire to assess respiratory

Repeatability of a questionnaire to assess respiratory Journal of Epidemiology and Community Health, 1988, 42, 54-59 Repeatability of a questionnaire to assess respiratory symptoms in smokers CELIA H WITHEY,' CHARLES E PRICE,' ANTHONY V SWAN,' ANNA 0 PAPACOSTA,'

More information

Advanced Audio Interface for Phonetic Speech. Recognition in a High Noise Environment

Advanced Audio Interface for Phonetic Speech. Recognition in a High Noise Environment DISTRIBUTION STATEMENT A Approved for Public Release Distribution Unlimited Advanced Audio Interface for Phonetic Speech Recognition in a High Noise Environment SBIR 99.1 TOPIC AF99-1Q3 PHASE I SUMMARY

More information

Lesson 9: Two Factor ANOVAS

Lesson 9: Two Factor ANOVAS Published on Agron 513 (https://courses.agron.iastate.edu/agron513) Home > Lesson 9 Lesson 9: Two Factor ANOVAS Developed by: Ron Mowers, Marin Harbur, and Ken Moore Completion Time: 1 week Introduction

More information

Small Group Presentations

Small Group Presentations Admin Assignment 1 due next Tuesday at 3pm in the Psychology course centre. Matrix Quiz during the first hour of next lecture. Assignment 2 due 13 May at 10am. I will upload and distribute these at the

More information

BAYESIAN ESTIMATORS OF THE LOCATION PARAMETER OF THE NORMAL DISTRIBUTION WITH UNKNOWN VARIANCE

BAYESIAN ESTIMATORS OF THE LOCATION PARAMETER OF THE NORMAL DISTRIBUTION WITH UNKNOWN VARIANCE BAYESIAN ESTIMATORS OF THE LOCATION PARAMETER OF THE NORMAL DISTRIBUTION WITH UNKNOWN VARIANCE Janet van Niekerk* 1 and Andriette Bekker 1 1 Department of Statistics, University of Pretoria, 0002, Pretoria,

More information