Medication Pattern Mining Considering Unbiased Frequent Use by Doctors

Size: px
Start display at page:

Download "Medication Pattern Mining Considering Unbiased Frequent Use by Doctors"

Transcription

1 Original Article 37 Medication Pattern Mining Considering Unbiased Frequent Use by Doctors Yuji Morita 1, Masatoshi Yoshikawa 1*, Noboru Kada 1, Akihiro Hamasaki 2, Osamu Sugiyama 3, Kazuya Okamoto 4 and Tomohiro Kuroda 4 1 Graduate School of Informatics, Kyoto University, Kyoto, Japan 2 Center for Diabetes & Endocrinology, Kitano Hospital, Osaka, Japan 3 Preemptive Medical and Lifestyle Disease Research Center, Kyoto University Hospital, Kyoto, Japan 4 Division of Medical IT & Administration Planning, Kyoto University Hospital, Kyoto, Japan Abstract Background: Many previous studies on mining prescription sequences are based only on frequency information, such as the number of prescriptions and the total number of patients issued the prescription. However, in cases where a very small number of doctors issue a prescription representative of a certain medication pattern to many patients many times, the prescribing intention of this very small number of doctors has a great influence on pattern extraction, which introduces bias into the final extracted frequent prescription sequence pattern. Objectives: We attempt to extract frequent prescription sequences from more diverse perspectives by considering factors other than frequency information to ensure highly reliable medication patterns. Methods: We propose the concept of unbiased frequent use by doctors as a factor in addition to frequency information based on the hypothesis that a prescription used by many doctors unbiasedly is a highly reliable prescription. We propose a medication pattern mining method that considers unbiased frequent use by doctors. We conducted an evaluation experiment using indicators based on clinical laboratory test results as a comparative evaluation of the existing method, which relied only on frequency, and included consideration of unbiased frequent use by doctors by the proposed method. Results: The weighted average value of the top k for two different evaluation methods is obtained. Conclusions: The study suggested that our medication pattern mining method considering unbiased frequent use by doctors is useful in certain situations such as when the clinical laboratory test value is outside of the normal value range. Keywords Electronic medical record; Clinical decision support; Unbiased frequent use by doctors; Sequential pattern mining Correspondence to: Masatoshi Yoshikawa Department of Social Informatics, Graduate School of Informatics, Kyoto University, Yoshida-Honmachi, Sakyo, Kyoto, Japan. yoshikawa@i.kyoto-u.ac.jp EJBI 2018; 14(1:37-44 Received: December 20, 2017 Accepted: January 22, 2018 Published: January 29, Introduction Electronic medical records (hereafter called "EMRs" are designed for the primary use of data, such as the efficiency of medical work by order entry systems and medical accounting systems. Secondary data, such as medical research, decision support, and educational support for young doctors, are expected to accumulate via promoting the computerization of medical data. Especially, computer-based clinical decision support systems (hereafter called "CDSS" to support doctor s clinical decision making is an important example of secondary use of EMRs [1]. The CDSS is a system that provides better medical care to patients by reducing decision mistakes and sharing medical evidence when medical staff makes decisions, such as diagnosis and prescription [2]. EJBI Volume 14 (2018, Issue 1

2 38 Morita Y et al.-medication Pattern Mining... Clinical decision support in primary care has attracted attention recently, and many previous studies have aimed to improve the quality of medical care by presenting appropriate treatment procedures to doctors using sequential data mining [3]. For example, when conducting medication therapy (one of the therapies used in primary care, the doctor appropriately selects the type and dose of the next prescription medicine based on the relationship among patient s specific information, the current medication and the next medication. Then, many clinical experiences can be shared, and the next prescription medicine can be efficiently decided within a range of adaptations by suggesting frequent sequences extracted from prescription data under the same conditions to the doctor as well as potential medications that can be prescribed. Many previous studies have extracted prescription sequences based only on frequency information, such as the number of prescriptions and the total number of patients issued the prescription [4, 5, 6]. However, simply applying sequential data mining techniques based on frequency information to EMRs are not always appropriate. Because each doctor has his/her own strategy for medication, consideration of difference among medication patterns of doctors is necessary. In cases where a very small number of doctors issue a prescription representative of a medication pattern to many patients many times, the prescribing intention of this very small number of doctors has a large influence on pattern extraction. This problem introduces bias to the final extracted prescription sequences. Therefore, we attempt to extract prescription sequences from more diverse perspectives by considering unbiased frequent use by doctors as an additional factor. Our hypothesis is that prescriptions performed by many doctors unbiasedly are highly reliable. 2 Methods 2.1 Formulation of Frequent Pattern Extraction Considering Unbiased Frequent Use by Doctors We start with definition of basic terms. A prescription is a pair of medicine and dose such as (thiamazole, 5 mg. A sequence (pattern is a consecutive sequence of two prescriptions such as (thiamazole, 5 mg (thiamazole, 10 mg. We say a doctor performed a sequence when the doctor performed the prescription which appears in the consequent of the sequence when the previous prescription was the antecedent of the sequence. For example, let α be the sequence (thiamazole, 5 mg (thiamazole, 10 mg. If a doctor performed the prescription (thiamazole, 10 mg when the previous prescription was (thiamazole, 5 mg, we say the doctor performed α. We propose the concept that the unbiased frequent use by doctors is a factor in addition to frequency information. Thus, we formulated a prescription sequence mining method that considered unbiased frequent use by doctors. More specifically, we propose the DF-score as a new score for a sequence calculated by the following formula based on the Support and D-rank value. ( α ( α ( α DF score = Support D rank Here, α is a sequence, ( and D rank ( α performed by doctors. In other words, the DF score( α Support α is α s support value, is the value of unbiased frequency of α is an index that combines information based on the patient-based frequency and the doctors unbiased usage. We define the unbiased frequent use by doctors as an indicator based on the following factors. Rate of doctors who performed a certain medication pattern: D rate The unbiased variance representing the usage frequency dispersion for a certain prescription sequence: V ( α Then, the unbiased frequent rank of α is calculated by the following formula: Drate ( α D rank ( α = V α UB ( Drate ( α represents the rate of doctors who performed a sequence α and is defined as follows: count ( D( α Drate ( α = D count ( D( α indicates the number of doctors who performed sequence, α and D indicates the total number of all doctors. Thus, Drate represents the rate of doctors who have performed sequence α out of all doctors. VUB ( α is defined as the unbiased variance representing the usage frequency dispersion for sequenceα for each doctor as follows: n 1 V ( ( 2 UB α = di d n 1 i= 1 Here, let = { D1, D2,, Dn} be the set of all doctors. The proportion of patients who are prescribed sequenceα out of all prescribed patients by doctor D i is d i, and d shows the average value of the proportion of patients prescribed by all doctors using sequenceα. We obtain D rank ( α by dividing Drate ( α by VUB ( α. Therefore, a sequence performed by D rank α value. many doctors unbiasedly yields higher ( Based on these calculations, Figure 1 shows the entire process from data acquisition to calculation of the DF-score of prescriptions. The procedure is as follows: 1 A correspondence table showing the relationship between the product name and the generic name of medication is prepared. UB EJBI Volume 14 (2018, Issue 1

3 39 Morita Y et al.-medication Pattern Mining... 2 The prescription data and clinical laboratory test value data from the patients are extracted from the EMRs for analysis based on the prepared correspondence table. 3 To preprocess the data for sequential pattern mining, the data extracted from the EMRs is converted into a transaction form after grouping each patient based on the clinical laboratory test result. 4 Sequential pattern mining is applied to the transformed data set to extract frequent patterns. 5 The unbiased frequent use by doctors (D-rank and the DF-score of each extracted frequent pattern are calculated. Finally, frequent prescription patterns are extracted based on the DF-score. 3 Experiment 3.1 Data Set The information in the EMR includes the patient s name, age, progress record, and medical imaging. Under the approval of ethical committee of Kyoto University School of medicine, we applied prescription data and clinical laboratory test value data from patients with thyroid disease. These data sets contain anonymized data acquired from September 20, 2000, to December 22, 2015, by the EMR system KING (Kyoto University Hospital Information Galaxy used at Kyoto University Hospital. 3.2 Evaluation Method Figure 1: Calculation procedure for unbiased frequent use by doctors. To evaluate the objective effectiveness of the extracted medication pattern, we assessed the degree to which the clinical laboratory test values improved after prescribing the medication pattern. For example, when the clinical laboratory test values were individually considered on a case-by-case basis, some cases improved and others deteriorated. On this occasion, countless evaluation approaches can be used depending on the aspect to be interpreted from the clinical laboratory test value (i.e., defining improvement and deterioration based on different criteria. Therefore, we classify individual cases into several groups and propose an evaluation method from the perspective of the improvement rate of clinical laboratory test values for each group. For this purpose, we propose the following two evaluations. Evaluation method 1: An evaluation method based on the normal value range. Evaluation method 2: An evaluation method based on the median value of the normal range. We describe specific definitions and procedures for the above two evaluation methods. First, we explain evaluation method 1. In medication therapy for many diseases, including thyroid disease, prescribed medication is generally selected in consideration of maintaining the clinical laboratory test values within the normal value range as much as possible. Therefore, the normal value range (which is the medical standard is considered very useful information for the measurement of the improvement of the clinical laboratory test value. Evaluation method 1 is a method based on this normal value range. A specific score is assigned to each case based on the clinical laboratory test value state, such as a transition of one, and the final evaluation value is calculated by averaging the scores of all cases. The method used to assign the score is defined based on the clinical opinion of the specialist. Figure 2 shows an example of a method used to assign a score according to each clinical laboratory test value state. The method gives a score when the examination value state at the time of prescription is within the normal value range (Figure 2a, has an abnormal value (Low (Figure 2b or has an abnormal value (High (Figure 2c. The transition of the clinical laboratory test value after the prescription of a patient in a certain clinical laboratory test value state in which a medication pattern is performed is classified as described. Then, a score is assigned for each case according to the classification result. Let the clinical laboratory test value at prescription be V. The next clinical laboratory test value of V will be V ', the upper limit value of the normal value range will be N U, and the lower limit value of the normal value range will be N L. EJBI Volume 14 (2018, Issue 1

4 40 Morita Y et al.-medication Pattern Mining... Figure 2: Examples of a score assignment method in the evaluation method 1. Improvement N V N L U V < V < NL NU < V < V Assign score "1" Remain unchanged ( N > V ( V = V L ( N < V ( V = V U Assign score "0" Exceedance ( NL > V ( V = V ( N < V ( N > V U Assign score "0" Deleterious change ( NL V NU ( NU < V ( N V N ( N > V L U L ( N > V ( V > V L ( N < V ( V < V U Assign score "-1" L The final evaluation value is calculated by the following formula based on the score assigned to each case. 1 n i i 1 ( n = Score Score i indicates the score value in case i. The final evaluation value calculated by the above formula represents the average value of the scores of n cases. Evaluation method 1 interprets the pattern with the final evaluation value closer to 1 as the medication pattern that results in better improvement of the clinical laboratory test value. Second, we explain evaluation method 2. Since the abovedescribed evaluation method 1 is a method based only on the normal value range, concrete values from the clinical laboratory test values are not taken into consideration. Therefore, even though the score values assigned in evaluation method 1 are the same, the actual clinical laboratory test values may differ. Conversely, evaluation method 2 focuses on the median of the normal range using a different approach than evaluation method 1. We compare quantitative values between case groups before and after prescription using the distance from the median of the normal range. We evaluate the transition of the clinical laboratory test value of each case by RMS (Root Mean Square using the median of the normal range. A large weight can be given to a case located at a distance from the median of the normal range using RMS, and the influence of the deteriorated case is considered to more appropriately reflect the final evaluation value. The evaluation formula is defined as follows: n n ( d' i ( di n i= 1 n i= 1 d i is the difference between the clinical laboratory test value and the median value of the normal range at time t of a case i. d ' i is the difference between the clinical laboratory test value and the median of the normal range of the clinical laboratory test at time t+1 performed next to the time t. Here, if the examination value at each time t, t+1 is within the normal value range, set the value of d i, d ' i to 0 to give discontinuity between the distance within the normal value range and the distance outside of the range. Thus, evaluation method 2 interprets a medication pattern with a smaller final evaluation EJBI Volume 14 (2018, Issue 1

5 41 Morita Y et al.-medication Pattern Mining... value as a pattern that can better improve the inspection value. For example, Figure 3 shows that the final evaluation value is calculated by the following formula: d' + d' d' d + d + d + d 4 4 ( d = 3.3 Procedure Figure 4 shows the evaluation procedure. The procedure is outlined below. 1. Patient data for a specific condition for analysis are extracted from the EMRs based on the information from the current clinical laboratory test value state and the previous prescription medicine. 2. Prescription sequences are extracted by applying the proposed method and the existing method to the patient data; then, the next medicine to be prescribed is analyzed. 3. Regarding the next prescribed medicine extracted by each method, the evaluation value for the improvement of the clinical laboratory test value is calculated by the two evaluation methods described in Section 3.2. Then, the average value is compared with the top k evaluation values. We describe each of the above steps in detail. In step (1, patient data for a specific condition were first extracted based on clinical laboratory test value state patterns. The clinical laboratory tests we use are TSH (thyroid stimulating hormone, FT3 (free triiodothyronine and FT4 (free thyroxine. In our experiment, we focus on the following three patterns of the clinical laboratory test value state: TSH, FT3, and FT4 are normal values. TSH is an abnormal value (Low; FT3 and FT4 are normal values. TSH is an abnormal value (High; FT3 and FT4 are normal values. For each of these three patterns of the clinical laboratory test value state, we consider two previous prescription medicines patterns: thiamazole 5 mg and thiamazole 10 mg. The evaluation was conducted based on the combination of the patient s condition using six (3 2 patterns in total. In step (2, prescription sequence mining was performed for the six total patterns described above using the existing method based only on frequency information and the proposed method that considered unbiased frequent use by doctors. Then, the medicine to be prescribed next in the same situation was analyzed based on the prescription sequences extracted by each method. In step (3, the evaluation values for the improvement of the clinical laboratory test values were calculated for each prescription sequence extracted in step (2 using the two evaluation methods described in Section 3.2. Then, by comparing the average value of the top k evaluation values of the prescription sequence extracted by each method, we examined how the proposed and existing methods properly extracted patterns that resulted in improvement of the clinical laboratory test values and evaluated the objective effectiveness of the extracted patterns by considering unbiased frequent use by doctors. Moreover, to measure the performance of top k ranking of the existing and proposed method, we used a weighted average value based on the rank. This formula is defined as follows: 1 SCORE k log i k i i= ( 1 SCORE i shows the evaluation value for the improvement of the clinical laboratory test value in the medication pattern of ranking i calculated by each evaluation method. For a value of k, we considered the eventual recommendation of the pattern to the doctor; because the maximum number of Figure 3: An example of a case group with an abnormal value (high. EJBI Volume 14 (2018, Issue 1

6 42 Morita Y et al.-medication Pattern Mining... Figure 4: Evaluation procedure. Table 1: Average values of the top k (Evaluation method 1. TSH, FT3, FT4=Normal/value Thiamazole_5 mg Thiamazole_10 mg Thiamazole_5 mg Thiamazole_10 mg (TSH=Abnormal value(low (FT3, FT4=Normal value Thiamazole_5 mg Thiamazole_10 mg k = 1 k = 2 k = 3 k= 4 k = 5 Thiamazole_5 mg Thiamazole_10 mg (TSH=Abnormal value(high (FT3, FT4=Normal value Thiamazole_5 mg Thiamazole_10 mg Thiamazole_5 mg Thiamazole_10 mg EJBI Volume 14 (2018, Issue 1

7 43 Morita Y et al.-medication Pattern Mining... Table 2: Average values of the top k (Evaluation method 2. TSH,FT3,FT4=Normal/value k = 1 k = 2 k = 3 k= 4 k = 5 Thiamazole_5mg Thiamazole_10mg Thiamazole_5mg Thiamazole_10mg (TSH=Abnormal value(low (FT3,FT4=Normal value Thiamazole_5mg Thiamazole_10mg Thiamazole_5mg Thiamazole_10mg (TSH=Abnormal value(high (FT3,FT4=Normal value Thiamazole_5mg Thiamazole_10mg k = 1 k = 2 k = 3 k = 4T k = 5 Thiamazole_5mg Thiamazole_10mg elements that humans can recognize in short-term memory is five [7], we use k values ranging from 1 to 5. In this experiment, the clinical laboratory test value item of the analysis target is TSH, because TSH reacts more sensitively even with a small amount of thyroid hormone excess or deficiency than FT3 and FT4 and can accurately capture small changes in the thyroid hormone. 4 Results Figure 5: An example of user interface of predictions for the next medication for a disease [8]. Table 1 and 2 show the performance result calculated by the formula (1 for the top k ( k = 1, 2,, 5 using the evaluation method 1 and 2, respectively. Each table shows the performance results of the above-mentioned six total pattern combinations. The lower table is the results of the proposed method, and the upper table is the results of the existing method. Recall that larger the value the better the method in the evaluation method 1, and vice versa in the evaluation method 2. EJBI Volume 14 (2018, Issue 1

8 44 Morita Y et al.-medication Pattern Mining... 5 Discussion and Conclusion First, when TSH, FT3, and FT4 are within the normal value range, the existing method shows better performance in almost all cases, in the evaluation method 1. In the evaluation method 2, the existing method shows better performance when the previous prescription medicine was thiamazole (5 mg, while the proposed method gives better performance when the previous medicine was thiamazole (10 mg. Under these circumstances, we suggest that better improvement of the clinical laboratory test value can be expected in the existing method than the proposed method when TSH, FT3, and FT4 are within the normal value range. Second, when TSH has an abnormal value (Low and the FT3 and FT4 values are in the normal range, the proposed method has a better evaluation value in almost all cases in both evaluation methods 1 and 2. Thus, improvement of the clinical laboratory test value can be expected in the proposed method in this case. Third, when TSH has an abnormal value (High and the FT3 and FT4 values are in the normal range in evaluation method 1, the evaluation value of the existing method is better when the previous prescription medicine is thiamazole (10 mg, and the evaluation value of the proposed method is better when the previous prescription medicine is thiamazole (5 mg. In evaluation method 2, the proposed method has a better evaluation value in almost all cases. Thus, improvement of the clinical laboratory test value can be expected in the proposed method in this case. In conclusion, the present study suggested that our prescription mining method is useful in certain situations such as when patients are not in normal condition (i.e. the clinical laboratory test value is outside of the normal value range. This result suggests our method supports medial doctors more efficiently to decide a reasonable choice for clinical improvement especially when such decision is difficult. Finally, we discuss possible future extension of our work. In this study, the data mining methods used only prescription data and clinical laboratory test value data. However, various other information recorded in the EMRs including personal information, such as age, gender, weight, and history of disorder, can be effectively used for data mining. Progress notes written in natural language, various medical imaging data, and information from outside of the hospital (i.e., a life log can also be effectively used in combination with our study. Other possible extension includes evaluation experiments using data other than thyroid diseases and data from multiple medical institutions. A prototype of user interface for suggestions of medications to prescribe next is shown in Figure 5 [8]. 6 Acknowledgement This work was partially supported by The Japan Society for the Promotion of Science (JSPS KAKENHI grant number 15H02705 and 15K The funding body had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. 7 Authors Contributions M. Yoshikawa, A. Hamasaki, O. Sugiyama, K. Okamoto, and T. Kuroda have contributed to the conception and design of research; T. Kuroda, K. Okamoto and Y. Morita collected and managed the research data. Y. Morita has drafted the article and performed experiments. N. Kada developed a user interface of the system. M. Yoshikawa, A. Hamasaki, O. Sugiyama, K. Okamoto, and T. Kuroda performed the interpretation the data and results. M. Yoshikawa revised the article critically. All authors have given approval of the final version to be published. 8 Conflict of Interest The authors declare no conflicts of interest associated with this manuscript. References [1] http: // [2] Iguchi R, Sato H, Nakamura K, Matsubara T, Gunshin M, Ishii T, et al. Electronic medical system in emergency outpatient clinic in the united states and clinical decision support system. J National Institute of Public Health. 2013; 62: (Japanese. [3] Asai H, Jimbo M, Nease DE Jr., Ishibashi Y, Fetters MD. Using computerized clinical decision support systems for quality improvement of preventive and chronic care. An Official Journal of the Japan Primary Care Association. 2011; 34: (Japanese. [4] Wright AP, Wright AT, McCoy AB, Sittig DF. The use of sequential pattern mining to predict next prescribed medications. J Biomed Inform. 2015; 53: [5] Hirano S, Tsumoto S. Clustering of order sequences based on the typicalness index for finding clinical pathway candidates. In: Ding W, Washio T, Xiong H, Karypis G, Thuraisingham B, Cook D, et al. editors. ICDMW 2013: Proceedings of IEEE the 13th International Conference on Data Mining Workshops; 2013 Dec 7-10; Dallas, USA. Los Alamitos: IEEE; [6] Mohammed JZ. SPADE: An efficient algorithm for mining frequent sequences. Machine learning. 2001; 42: [7] Cowan N. The magical number 4 in short-term memory: A reconsideration of mental storage capacity. Behav Brain Sci. 2001; 24: [8] Kada N, Yoshikawa M, Hamasaki A, Sugiyama O, Okamoto K, Kuroda T. User interface for clinical decision support system in medication for thyroid disease. DEIM Forum 2017, 2017 (Japanese. EJBI Volume 14 (2018, Issue 1

Classification of Thyroid Disease Using Data Mining Techniques

Classification of Thyroid Disease Using Data Mining Techniques Volume 119 No. 12 2018, 13881-13890 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Classification of Thyroid Disease Using Data Mining Techniques Sumathi A, Nithya G and Meganathan

More information

Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using a Hyperspectral Camera

Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using a Hyperspectral Camera Sensors Volume 2016, Article ID 1803501, 6 pages http://dx.doi.org/10.1155/2016/1803501 Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using

More information

Recipe Recommendation Method by Considering the User s Preference and Ingredient Quantity of Target Recipe

Recipe Recommendation Method by Considering the User s Preference and Ingredient Quantity of Target Recipe , March 12-14, 2014, Hong Kong Recipe Recommendation Method by Considering the User s Preference and Ingredient Quantity of Target Recipe Mayumi Ueda, Syungo Asanuma, Yusuke Miyawaki, and Shinsuke Nakajima

More information

UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2

UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2 UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2 DATE: 3 May 2017 MARKS: 75 ASSESSOR: Prof PJ Blignaut MODERATOR: Prof C de Villiers (UP) TIME: 2 hours

More information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information C. Busso, Z. Deng, S. Yildirim, M. Bulut, C. M. Lee, A. Kazemzadeh, S. Lee, U. Neumann, S. Narayanan Emotion

More information

Last week: Introduction, types of empirical studies. Also: scribe assignments, project details

Last week: Introduction, types of empirical studies. Also: scribe assignments, project details Last week: Introduction, types of empirical studies Today: Types of data, Internal and external validity (slides from Human-Computer Interaction, An Empirical Research Perspective) Also: scribe assignments,

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

How accurately does the Brief Job Stress Questionnaire identify workers with or without potential psychological distress?

How accurately does the Brief Job Stress Questionnaire identify workers with or without potential psychological distress? J Occup Health 2017; 59: 356-360 Brief Report How accurately does the Brief Job Stress Questionnaire identify workers with or without potential psychological distress? Akizumi Tsutsumi 1, Akiomi Inoue

More information

Relationship between incident types and impact on patients in drug name errors: a correlational study

Relationship between incident types and impact on patients in drug name errors: a correlational study Tsuji et al. Journal of Pharmaceutical Health Care and Sciences (2015) 1:11 DOI 10.1186/s40780-015-0011-x RESEARCH ARTICLE Open Access Relationship between incident types and impact on patients in drug

More information

Welcome to OSA Training Statistics Part II

Welcome to OSA Training Statistics Part II Welcome to OSA Training Statistics Part II Course Summary Using data about a population to draw graphs Frequency distribution and variability within populations Bell Curves: What are they and where do

More information

Visualizing Temporal Patterns by Clustering Patients

Visualizing Temporal Patterns by Clustering Patients Visualizing Temporal Patterns by Clustering Patients Grace Shin, MS 1 ; Samuel McLean, MD 2 ; June Hu, MS 2 ; David Gotz, PhD 1 1 School of Information and Library Science; 2 Department of Anesthesiology

More information

An Empirical Mixture Model for Large-Scale RTT Measurements

An Empirical Mixture Model for Large-Scale RTT Measurements 1 An Empirical Mixture Model for Large-Scale RTT Measurements Romain Fontugne 1,2 Johan Mazel 1,2 Kensuke Fukuda 1,3 1 National Institute of Informatics 2 JFLI 3 Sokendai June 9, 2015 Introduction RTT:

More information

Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan

Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan Original Article 16 Designing Clinical Concept Models for a Nationwide Electronic Health Records System For Japan Shinji Kobayashi 1, Naoto Kume 1, Takahiro Nakahara 2 and Hiroyuki Yoshihara 1 1 Department

More information

How to assess the strength of relationships

How to assess the strength of relationships Publishing Date: April 1994. 1994. All rights reserved. Copyright rests with the author. No part of this article may be reproduced without written permission from the author. Meta Analysis 3 How to assess

More information

Technical Specifications

Technical Specifications Technical Specifications In order to provide summary information across a set of exercises, all tests must employ some form of scoring models. The most familiar of these scoring models is the one typically

More information

Experimental Psychology

Experimental Psychology Title Experimental Psychology Type Individual Document Map Authors Aristea Theodoropoulos, Patricia Sikorski Subject Social Studies Course None Selected Grade(s) 11, 12 Location Roxbury High School Curriculum

More information

Statistics S3 Advanced Level

Statistics S3 Advanced Level Paper Reference(s) 6691/01 Edexcel GCE Statistics S3 Advanced Level Monday 19 June 2006 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae (Green) Items included with

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 10, 11) Please note chapter

More information

Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance

Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance Gediminas Adomavicius gedas@umn.edu Sreeharsha Kamireddy 2 skamir@cs.umn.edu YoungOk

More information

How are Journal Impact, Prestige and Article Influence Related? An Application to Neuroscience*

How are Journal Impact, Prestige and Article Influence Related? An Application to Neuroscience* How are Journal Impact, Prestige and Article Influence Related? An Application to Neuroscience* Chia-Lin Chang Department of Applied Economics and Department of Finance National Chung Hsing University

More information

Construction of the EEG Emotion Judgment System Using Concept Base of EEG Features

Construction of the EEG Emotion Judgment System Using Concept Base of EEG Features Int'l Conf. Artificial Intelligence ICAI'15 485 Construction of the EEG Emotion Judgment System Using Concept Base of EEG Features Mayo Morimoto 1, Misako Imono 2, Seiji Tsuchiya 2, and Hirokazu Watabe

More information

Quantitative Methods in Computing Education Research (A brief overview tips and techniques)

Quantitative Methods in Computing Education Research (A brief overview tips and techniques) Quantitative Methods in Computing Education Research (A brief overview tips and techniques) Dr Judy Sheard Senior Lecturer Co-Director, Computing Education Research Group Monash University judy.sheard@monash.edu

More information

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003

Clinical Decision Support Systems. 朱爱玲 Medical Informatics Group 24 Jan,2003 Clinical Decision Support Systems 朱爱玲 Medical Informatics Group 24 Jan,2003 Outline Introduction Medical decision making What are clinical decision support systems (CDSSs)? Historical perspective Abdominal

More information

A Computational Model For Action Prediction Development

A Computational Model For Action Prediction Development A Computational Model For Action Prediction Development Serkan Bugur 1, Yukie Nagai 3, Erhan Oztop 2, and Emre Ugur 1 1 Bogazici University, Istanbul, Turkey. 2 Ozyegin University, Istanbul, Turkey. 3

More information

Classification of Smoking Status: The Case of Turkey

Classification of Smoking Status: The Case of Turkey Classification of Smoking Status: The Case of Turkey Zeynep D. U. Durmuşoğlu Department of Industrial Engineering Gaziantep University Gaziantep, Turkey unutmaz@gantep.edu.tr Pınar Kocabey Çiftçi Department

More information

Business Statistics Probability

Business Statistics Probability Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

ISA 540, Auditing Accounting Estimates, Including Fair Value Accounting Estimates, and Related Disclosures Issues and Task Force Recommendations

ISA 540, Auditing Accounting Estimates, Including Fair Value Accounting Estimates, and Related Disclosures Issues and Task Force Recommendations Agenda Item 1-A ISA 540, Auditing Accounting Estimates, Including Fair Value Accounting Estimates, and Related Disclosures Issues and Task Force Recommendations Introduction 1. Since the September 2016

More information

Experimental Design. Dewayne E Perry ENS C Empirical Studies in Software Engineering Lecture 8

Experimental Design. Dewayne E Perry ENS C Empirical Studies in Software Engineering Lecture 8 Experimental Design Dewayne E Perry ENS 623 Perry@ece.utexas.edu 1 Problems in Experimental Design 2 True Experimental Design Goal: uncover causal mechanisms Primary characteristic: random assignment to

More information

Disease predictive, best drug: big data implementation of drug query with disease prediction, side effects & feedback analysis

Disease predictive, best drug: big data implementation of drug query with disease prediction, side effects & feedback analysis Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 6 (2017), pp. 2579-2587 Research India Publications http://www.ripublication.com Disease predictive, best drug: big data

More information

MedXellence Medical Incident Analysis: Group Exercise. Guidance Materials for the Patient Safety Video Presentation

MedXellence Medical Incident Analysis: Group Exercise. Guidance Materials for the Patient Safety Video Presentation MedXellence Medical Incident Analysis: Group Exercise Guidance Materials for the Patient Safety Video Presentation In this exercise you will observe a clinical/administrative sequence of events that that

More information

Development of an interactive digital signage based on F-formation system

Development of an interactive digital signage based on F-formation system Development of an interactive digital signage based on F-formation system Yu Kobayashi 1, Masahide Yuasa 2, and Daisuke Katagami 1 1 Tokyo Polytechnic University, Japan 2 Shonan Institute of Technology,

More information

Dealing with Missing Values in Neural Network-Based Diagnostic Systems

Dealing with Missing Values in Neural Network-Based Diagnostic Systems Dealing with Missing Values in Neural Network-Based Diagnostic Systems P. K. Sharpe 1 & R. J. Solly The Transputer Centre University of the West of England Coldharbour Lane Frenchay Bristol BS16 1QY Abstract

More information

Kyle B. Murray and Gerald Häubl

Kyle B. Murray and Gerald Häubl RESEARCH ARTICLE FREEDOM OF CHOICE, EASE OF USE, AND THE FORMATION OF INTERFACE PREFERENCES Kyle B. Murray and Gerald Häubl School of Business, University of Alberta, Edmonton, Alberta T6G 2R6 CANADA {kyle.murray@ualberta.ca}

More information

Team-Based Decision Support in Diabetes Outcomes and Costs

Team-Based Decision Support in Diabetes Outcomes and Costs Team-Based Decision Support in Diabetes Outcomes and Costs Session 89, 8:30 a.m. February 13, 2019 Gary Ozanich, Ph.D. - College of Informatics, Northern Kentucky University 1 Conflict of Interest Gary

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

Psychology Research Process

Psychology Research Process Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:

More information

Chapter 12: Introduction to Analysis of Variance

Chapter 12: Introduction to Analysis of Variance Chapter 12: Introduction to Analysis of Variance of Variance Chapter 12 presents the general logic and basic formulas for the hypothesis testing procedure known as analysis of variance (ANOVA). The purpose

More information

Measurement and meaningfulness in Decision Modeling

Measurement and meaningfulness in Decision Modeling Measurement and meaningfulness in Decision Modeling Brice Mayag University Paris Dauphine LAMSADE FRANCE Chapter 2 Brice Mayag (LAMSADE) Measurement theory and meaningfulness Chapter 2 1 / 47 Outline 1

More information

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Eberechukwu Onukwugha PhD, School of Pharmacy, UMB Margret Bjarnadottir PhD, Smith School of Business, UMCP Shujia

More information

Chapter 20: Test Administration and Interpretation

Chapter 20: Test Administration and Interpretation Chapter 20: Test Administration and Interpretation Thought Questions Why should a needs analysis consider both the individual and the demands of the sport? Should test scores be shared with a team, or

More information

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease.

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease. ix Preface The purpose of this text is to show how the investigation of healthcare databases can be used to examine physician decisions to develop evidence-based treatment guidelines that optimize patient

More information

Evaluating EDI* Participant Reactions via Different Response Scales: A Technical Review. Keshav Gaur William A. Eckert

Evaluating EDI* Participant Reactions via Different Response Scales: A Technical Review. Keshav Gaur William A. Eckert Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized *The World Bank Institute (WBI) was formerly the Economic Development Institute (EDI),

More information

IAASB Main Agenda (February 2007) Page Agenda Item PROPOSED INTERNATIONAL STANDARD ON AUDITING 530 (REDRAFTED)

IAASB Main Agenda (February 2007) Page Agenda Item PROPOSED INTERNATIONAL STANDARD ON AUDITING 530 (REDRAFTED) IAASB Main Agenda (February 2007) Page 2007 423 Agenda Item 6-A PROPOSED INTERNATIONAL STANDARD ON AUDITING 530 (REDRAFTED) AUDIT SAMPLING AND OTHER MEANS OF TESTING CONTENTS Paragraph Introduction Scope

More information

Lecture Start

Lecture Start Lecture -- 5 -- Start Outline 1. Science, Method & Measurement 2. On Building An Index 3. Correlation & Causality 4. Probability & Statistics 5. Samples & Surveys 6. Experimental & Quasi-experimental Designs

More information

Social Media Mining for Toxicovigilance

Social Media Mining for Toxicovigilance Social Media Mining for Toxicovigilance Automatic Monitoring of Prescription Medication Abuse from Twitter Abeed Sarker (@sarkerabeed) Health Language Processing Lab Research Associate Department of Biostatistics,

More information

AP STATISTICS 2007 SCORING GUIDELINES

AP STATISTICS 2007 SCORING GUIDELINES AP STATISTICS 2007 SCING GUIDELINES Question 1 Intent of Question The goals of this question are to assess a student s ability to: (1) explain how a commonly used statistic measures variability; (2) use

More information

Proposal of a Method for Promotion of Continuous Pro-Environmental Behavior with Easy Communication

Proposal of a Method for Promotion of Continuous Pro-Environmental Behavior with Easy Communication Proposal of a Method for Promotion of Continuous Pro-Environmental Behavior with Easy Communication Saizo Aoyagi, Tomoaki Okamura, Hirotake Ishii, and Hiroshi Shimoda Graduate School of Energy Science,

More information

Automated Immunization Evaluation Process

Automated Immunization Evaluation Process University of Medicine and Dentistry of New Jersey - University of Pennsylvania New Jersey Comprehensive Immunization Program (NJ-CIP) Automated Immunization Evaluation Process Working Paper rev. May 11,

More information

Research Article Relationship between Pain and Medial Meniscal Extrusion in Knee Osteoarthritis

Research Article Relationship between Pain and Medial Meniscal Extrusion in Knee Osteoarthritis Advances in Orthopedics Volume 2015, Article ID 210972, 4 pages http://dx.doi.org/10.1155/2015/210972 Research Article Relationship between Pain and Medial Meniscal Extrusion in Knee Osteoarthritis Hiroaki

More information

SRI LANKA AUDITING STANDARD 530 AUDIT SAMPLING CONTENTS

SRI LANKA AUDITING STANDARD 530 AUDIT SAMPLING CONTENTS SRI LANKA AUDITING STANDARD 530 AUDIT SAMPLING (Effective for audits of financial statements for periods beginning on or after 01 January 2014) CONTENTS Paragraph Introduction Scope of this SLAuS... 1

More information

Are We Making Smart Pumps Smarter?

Are We Making Smart Pumps Smarter? Butler University Digital Commons @ Butler University Undergraduate Honors Thesis Collection Undergraduate Scholarship 2018 Are We Making Smart Pumps Smarter? Brittany Schaefer Butler University Follow

More information

Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1

Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1 Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1 Study identification Including author, title, reference, year of publication Guideline topic: Checklist completed

More information

Usefulness of a large automated health records database in pharmacoepidemiology

Usefulness of a large automated health records database in pharmacoepidemiology Environ Health Prev Med (2011) 16:313 319 DOI 10.1007/s12199-010-0201-y REGULAR ARTICLE Usefulness of a large automated health records database in pharmacoepidemiology Hirokuni Hashikata Kouji H. Harada

More information

Development of goal-directed gaze shift based on predictive learning

Development of goal-directed gaze shift based on predictive learning 4th International Conference on Development and Learning and on Epigenetic Robotics October 13-16, 2014. Palazzo Ducale, Genoa, Italy WePP.1 Development of goal-directed gaze shift based on predictive

More information

1 Simple and Multiple Linear Regression Assumptions

1 Simple and Multiple Linear Regression Assumptions 1 Simple and Multiple Linear Regression Assumptions The assumptions for simple are in fact special cases of the assumptions for multiple: Check: 1. What is external validity? Which assumption is critical

More information

International Standard on Auditing (UK) 530

International Standard on Auditing (UK) 530 Standard Audit and Assurance Financial Reporting Council June 2016 International Standard on Auditing (UK) 530 Audit Sampling The FRC s mission is to promote transparency and integrity in business. The

More information

Prediction of Key Patient Outcome from Sentence and Word of Medical Text Records

Prediction of Key Patient Outcome from Sentence and Word of Medical Text Records Prediction of Key Patient Outcome from Sentence and Word of Medical Text Records Takanori Yamashita 1, Yoshifumi Wakata 1, Hidehisa Soejima 2, Naoki Nakashima 1, Sachio Hirokawa 3 1 Medical Information

More information

A Comparative Reliability Analysis of Bulldozers arriving at workshop in Eastern India: A Case Study.

A Comparative Reliability Analysis of Bulldozers arriving at workshop in Eastern India: A Case Study. IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 10, Issue 2 (Nov. - Dec. 2013), PP 47-52 A Comparative Reliability Analysis of Bulldozers arriving

More information

COMPUTER AIDED DIAGNOSTIC SYSTEM FOR BRAIN TUMOR DETECTION USING K-MEANS CLUSTERING

COMPUTER AIDED DIAGNOSTIC SYSTEM FOR BRAIN TUMOR DETECTION USING K-MEANS CLUSTERING COMPUTER AIDED DIAGNOSTIC SYSTEM FOR BRAIN TUMOR DETECTION USING K-MEANS CLUSTERING Urmila Ravindra Patil Tatyasaheb Kore Institute of Engineering and Technology, Warananagar Prof. R. T. Patil Tatyasaheb

More information

AP Statistics Practice Test Unit Seven Sampling Distributions. Name Period Date

AP Statistics Practice Test Unit Seven Sampling Distributions. Name Period Date AP Statistics Practice Test Unit Seven Sampling Distributions Name Period Date Vocabulary: 1. Define and provide an example of a statistic.. Define Sampling Distribution. 3. Define the variability of a

More information

ANXIETY A brief guide to the PROMIS Anxiety instruments:

ANXIETY A brief guide to the PROMIS Anxiety instruments: ANXIETY A brief guide to the PROMIS Anxiety instruments: ADULT PEDIATRIC PARENT PROXY PROMIS Pediatric Bank v1.0 Anxiety PROMIS Pediatric Short Form v1.0 - Anxiety 8a PROMIS Item Bank v1.0 Anxiety PROMIS

More information

Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 Correlated to: Washington Mathematics Standards for Grade 4

Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 Correlated to: Washington Mathematics Standards for Grade 4 Grade 4 Investigations in Number, Data, and Space, Grade 4, 2nd Edition 2008 4.1. Core Content: Multi-digit multiplication (Numbers, Operations, Algebra) 4.1.A Quickly recall multiplication facts through

More information

Takashi Yagisawa 1,2*, Makiko Mieno 1,3, Norio Yoshimura 1,4, Kenji Yuzawa 1,5 and Shiro Takahara 1,6

Takashi Yagisawa 1,2*, Makiko Mieno 1,3, Norio Yoshimura 1,4, Kenji Yuzawa 1,5 and Shiro Takahara 1,6 Yagisawa et al. Renal Replacement Therapy (2016) 2:68 DOI 10.1186/s41100-016-0080-9 POSITION STATEMENT Current status of kidney transplantation in Japan in 2015: the data of the Kidney Transplant Registry

More information

Ecological Interface to Enhance User Performance in Adjusting Computer-Controlled Multihead Weigher

Ecological Interface to Enhance User Performance in Adjusting Computer-Controlled Multihead Weigher Ecological Interface to Enhance User Performance in Adjusting Computer-Controlled Multihead Weigher Yukio Horiguchi 1, Ryoji Asakura 1,*, Tetsuo Sawaragi 1, Yutaka Tamai 2, Kazufumi Naito 2, Nobuki Hashiguchi

More information

Brain Tumor Detection using Watershed Algorithm

Brain Tumor Detection using Watershed Algorithm Brain Tumor Detection using Watershed Algorithm Dawood Dilber 1, Jasleen 2 P.G. Student, Department of Electronics and Communication Engineering, Amity University, Noida, U.P, India 1 P.G. Student, Department

More information

Diabetes Advisor A Medical Expert System for Diabetes Management

Diabetes Advisor A Medical Expert System for Diabetes Management Diabetes Advisor A Medical Expert System for Diabetes Management Audrey Mbogho 1, Joel Dave 2, and Kulani Makhubele 1 Department of Computer Science, University of Cape Town audrey.mbogho@uct.ac.za 2 Division

More information

SCHOOL OF MATHEMATICS AND STATISTICS

SCHOOL OF MATHEMATICS AND STATISTICS Data provided: Tables of distributions MAS603 SCHOOL OF MATHEMATICS AND STATISTICS Further Clinical Trials Spring Semester 014 015 hours Candidates may bring to the examination a calculator which conforms

More information

Endocrinology Sample Case

Endocrinology Sample Case 120 Beulah Road, NE, Suite 200 Vienna, Virginia 22180 Toll Free: 800-336-0332 Fax: 703-255-6134 www.malpracticeexperts.com Endocrinology Sample Case Hyperthyroidism and Graves disease (thyrotoxicosis)

More information

Representing Association Classification Rules Mined from Health Data

Representing Association Classification Rules Mined from Health Data Representing Association Classification Rules Mined from Health Data Jie Chen 1, Hongxing He 1,JiuyongLi 4, Huidong Jin 1, Damien McAullay 1, Graham Williams 1,2, Ross Sparks 1,andChrisKelman 3 1 CSIRO

More information

Table of Contents. Plots. Essential Statistics for Nursing Research 1/12/2017

Table of Contents. Plots. Essential Statistics for Nursing Research 1/12/2017 Essential Statistics for Nursing Research Kristen Carlin, MPH Seattle Nursing Research Workshop January 30, 2017 Table of Contents Plots Descriptive statistics Sample size/power Correlations Hypothesis

More information

Towards an instrument for measuring sensemaking and an assessment of its theoretical features

Towards an instrument for measuring sensemaking and an assessment of its theoretical features http://dx.doi.org/10.14236/ewic/hci2017.86 Towards an instrument for measuring sensemaking and an assessment of its theoretical features Kholod Alsufiani Simon Attfield Leishi Zhang Middlesex University

More information

The Comparison/Contrast Essay

The Comparison/Contrast Essay The Comparison/Contrast Essay June Olson Mountain Pointe High School 2004 Whenever you have had to make a choice between two or more options (which movie you want to see, which restaurant you want to go

More information

Still important ideas

Still important ideas Readings: OpenStax - Chapters 1 11 + 13 & Appendix D & E (online) Plous - Chapters 2, 3, and 4 Chapter 2: Cognitive Dissonance, Chapter 3: Memory and Hindsight Bias, Chapter 4: Context Dependence Still

More information

Intelligent Medicine Case for Dosing Monitoring and Support

Intelligent Medicine Case for Dosing Monitoring and Support The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Intelligent Medicine Case for Dosing Monitoring and Support Takuo Suzuki and Yasushi Nakauchi

More information

On the Combination of Collaborative and Item-based Filtering

On the Combination of Collaborative and Item-based Filtering On the Combination of Collaborative and Item-based Filtering Manolis Vozalis 1 and Konstantinos G. Margaritis 1 University of Macedonia, Dept. of Applied Informatics Parallel Distributed Processing Laboratory

More information

Enumerative and Analytic Studies. Description versus prediction

Enumerative and Analytic Studies. Description versus prediction Quality Digest, July 9, 2018 Manuscript 334 Description versus prediction The ultimate purpose for collecting data is to take action. In some cases the action taken will depend upon a description of what

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

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

Process Mining in Healthcare. Ronny Mans

Process Mining in Healthcare. Ronny Mans Process Mining in Healthcare Ronny Mans Introduction This talk: Applicability of Process Mining in the healthcare domain Challenges -> Results from applying Process Mining in the AMC PAGE 1 Overview Introduction

More information

Psychology Research Process

Psychology Research Process Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:

More information

CHAPTER 3. Research Methodology

CHAPTER 3. Research Methodology CHAPTER 3 Research Methodology The research studies the youth s attitude towards Thai cuisine in Dongguan City, China in 2013. Researcher has selected survey methodology by operating under procedures as

More information

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND How does Zinfluence Affect Article Influence? Chia-Lin Chang, Michael McAleer, and

More information

Collaborative Project of the 7th Framework Programme. WP6: Tools for bio-researchers and clinicians

Collaborative Project of the 7th Framework Programme. WP6: Tools for bio-researchers and clinicians G.A. nº 270086 Collaborative Project of the 7th Framework Programme WP6: Tools for bio-researchers and clinicians Deliverable 6.1: Design of Inference Engine v.1.0 31/10/2011 www.synergy-copd.eu Document

More information

Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Shiraz University of Medical Sciences

Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Shiraz University of Medical Sciences Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Medical Sciences S. Vahid Farrahi M.Sc Student Technology,Shiraz, Iran Mohammad Mehdi Masoumi

More information

Title: A robustness study of parametric and non-parametric tests in Model-Based Multifactor Dimensionality Reduction for epistasis detection

Title: A robustness study of parametric and non-parametric tests in Model-Based Multifactor Dimensionality Reduction for epistasis detection Author's response to reviews Title: A robustness study of parametric and non-parametric tests in Model-Based Multifactor Dimensionality Reduction for epistasis detection Authors: Jestinah M Mahachie John

More information

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0%

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0% Capstone Test (will consist of FOUR quizzes and the FINAL test grade will be an average of the four quizzes). Capstone #1: Review of Chapters 1-3 Capstone #2: Review of Chapter 4 Capstone #3: Review of

More information

Appendix III Individual-level analysis

Appendix III Individual-level analysis Appendix III Individual-level analysis Our user-friendly experimental interface makes it possible to present each subject with many choices in the course of a single experiment, yielding a rich individual-level

More information

Mining first-order frequent patterns in the STULONG database

Mining first-order frequent patterns in the STULONG database Mining first-order frequent patterns in the STULONG database Jan Blaťák KD Group at Faculty of Informatics Masaryk University in Brno, Czech Republic xblatak@fi.muni.cz Abstract. We show how RAP can be

More information

05. Conversion Factors tutorial.doc. Introduction

05. Conversion Factors tutorial.doc. Introduction Introduction In this tutorial you will learn to use conversion factors to solve a variety of problems that arise in chemistry. Roughly 90 of all the mathematics done in beginning chemistry involves using

More information

AP STATISTICS 2008 SCORING GUIDELINES (Form B)

AP STATISTICS 2008 SCORING GUIDELINES (Form B) AP STATISTICS 2008 SCING GUIDELINES (Form B) Question 2 Intent of Question The primary goals of this question were to assess a student s ability to (1) recognize an unbiased estimator and explain why the

More information

Students will understand the definition of mean, median, mode and standard deviation and be able to calculate these functions with given set of

Students will understand the definition of mean, median, mode and standard deviation and be able to calculate these functions with given set of Students will understand the definition of mean, median, mode and standard deviation and be able to calculate these functions with given set of numbers. Also, students will understand why some measures

More information

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology ISC- GRADE XI HUMANITIES (2018-19) PSYCHOLOGY Chapter 2- Methods of Psychology OUTLINE OF THE CHAPTER (i) Scientific Methods in Psychology -observation, case study, surveys, psychological tests, experimentation

More information

A Study on the Effect of Inspection Time on Defect Detection in Visual Inspection

A Study on the Effect of Inspection Time on Defect Detection in Visual Inspection A Study on the Effect of Inspection Time on Defect Detection in Visual Inspection Ryosuke Nakajima 1,*, Keisuke Shida 2, and Toshiyuki Matsumoto 1 1 Aoyama Gakuin University, Kanagawa, Japan d5613005@aoyama.jp,

More information

Research Article Parkinsonian Rigidity Shows Variable Properties Depending on the Elbow Joint Angle

Research Article Parkinsonian Rigidity Shows Variable Properties Depending on the Elbow Joint Angle Parkinson s Disease Volume, Article ID 587, 5 pages http://dx.doi.org/.55//587 Research Article Parkinsonian Rigidity Shows Variable Properties Depending on the Elbow Joint Angle Takuyuki Endo, Toshimitsu

More information

Statistical Methods Exam I Review

Statistical Methods Exam I Review Statistical Methods Exam I Review Professor: Dr. Kathleen Suchora SI Leader: Camila M. DISCLAIMER: I have created this review sheet to supplement your studies for your first exam. I am a student here at

More information

MCQ Course in Pediatrics Al Yamamah Hospital June Dr M A Maleque Molla, FRCP, FRCPCH

MCQ Course in Pediatrics Al Yamamah Hospital June Dr M A Maleque Molla, FRCP, FRCPCH MCQ Course in Pediatrics Al Yamamah Hospital 10-11 June Dr M A Maleque Molla, FRCP, FRCPCH Q1. Following statements are true in the steps of evidence based medicine except ; a) Convert the need for information

More information

Creating Interpretable Collaborative Patterns to Detect Insider Threats

Creating Interpretable Collaborative Patterns to Detect Insider Threats Creating Interpretable Collaborative Patterns to Detect Insider Threats You Chen Department of Biomedical Informatics, Vanderbilt University You.chen@vanderbilt.edu http://hiplab.org/~ychen 1 What Makes

More information